Skip to content

Commit

Permalink
.github: Add stewards as codeowners for CODEOWNERS and REVIEWERS
Browse files Browse the repository at this point in the history
Signed-off-by: Michael D Kinney <[email protected]>
  • Loading branch information
mdkinney committed Sep 12, 2022
1 parent 3614ca0 commit eb7b7db
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 8 deletions.
10 changes: 7 additions & 3 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down
6 changes: 3 additions & 3 deletions .github/REVIEWERS
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down
16 changes: 14 additions & 2 deletions Maintainers.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit eb7b7db

Please sign in to comment.