-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
.github: Add stewards as codeowners for CODEOWNERS and REVIEWERS
Signed-off-by: Michael D Kinney <[email protected]>
- Loading branch information
Showing
3 changed files
with
24 additions
and
8 deletions.
There are no files selected for viewing
Validating CODEOWNERS rules …
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -121,13 +121,17 @@ | |
# R: Liming Gao <[email protected]> [lgao4] | ||
/.azurepipelines/** @spbrogan @corthon | ||
|
||
# .github/ | ||
# F: .github/ | ||
# Tianocore Stewards must approve changes to CODEOWNERS and REVIEWERS | ||
/.github/CODEOWNERS @ajfish @leiflindholm @mdkinney | ||
/.github/REVIEWERS @ajfish @leiflindholm @mdkinney | ||
|
||
# .github/workflows/ | ||
# F: .github/workflows/ | ||
# M: Michael D Kinney <[email protected]> [mdkinney] | ||
# M: Michael Kubacki <[email protected]> [makubacki] | ||
# R: Sean Brogan <[email protected]> [spbrogan] | ||
# R: Liming Gao <[email protected]> [lgao4] | ||
/.github/** @mdkinney @makubacki | ||
/.github/workflows/** @mdkinney @makubacki | ||
|
||
# .mergify/ | ||
# F: .mergify/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -120,13 +120,13 @@ | |
# R: Liming Gao <[email protected]> [lgao4] | ||
/.azurepipelines/** @mdkinney @lgao4 | ||
|
||
# .github/ | ||
# F: .github/ | ||
# .github/workflows/ | ||
# F: .github/workflows/ | ||
# M: Michael D Kinney <[email protected]> [mdkinney] | ||
# M: Michael Kubacki <[email protected]> [makubacki] | ||
# R: Sean Brogan <[email protected]> [spbrogan] | ||
# R: Liming Gao <[email protected]> [lgao4] | ||
/.github/** @spbrogan @lgao4 | ||
/.github/workflows/** @spbrogan @lgao4 | ||
|
||
# .mergify/ | ||
# F: .mergify/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -111,8 +111,20 @@ M: Bret Barkelew <[email protected]> [corthon] | |
R: Michael D Kinney <[email protected]> [mdkinney] | ||
R: Liming Gao <[email protected]> [lgao4] | ||
|
||
.github/ | ||
F: .github/ | ||
.github/CODEOWNERS | ||
F: .github/CODEOWNERS | ||
M: Andrew Fish <[email protected]> [ajfish] | ||
M: Leif Lindholm <[email protected]> [leiflindholm] | ||
M: Michael D Kinney <[email protected]> [mdkinney] | ||
|
||
.github/REVIEWERS | ||
F: .github/REVIEWERS | ||
M: Andrew Fish <[email protected]> [ajfish] | ||
M: Leif Lindholm <[email protected]> [leiflindholm] | ||
M: Michael D Kinney <[email protected]> [mdkinney] | ||
|
||
.github/workflows/ | ||
F: .github/workflows/ | ||
M: Michael D Kinney <[email protected]> [mdkinney] | ||
M: Michael Kubacki <[email protected]> [makubacki] | ||
R: Sean Brogan <[email protected]> [spbrogan] | ||
|