-
Notifications
You must be signed in to change notification settings - Fork 233
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Delegate WG membership and technical process documentation to the TOC
- Loading branch information
Evan Anderson
committed
Jan 30, 2020
1 parent
6bf2e3f
commit c410d22
Showing
3 changed files
with
18 additions
and
4 deletions.
There are no files selected for viewing
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 |
---|---|---|
@@ -1,6 +1,13 @@ | ||
# The OWNERS file is used by prow to automatically merge approved PRs. | ||
|
||
approvers: | ||
- steering-committee | ||
reviewers: | ||
- steering-committee | ||
filters: | ||
".*": | ||
approvers: | ||
- steering-committee | ||
reviewers: | ||
- steering-committee | ||
"WORKING-GROUPS.md": | ||
approvers: | ||
- tech-oversight-committee | ||
reviewers: | ||
- tech-oversight-committee |
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 |
---|---|---|
|
@@ -9,3 +9,8 @@ aliases: | |
docs-team: | ||
- samodell | ||
- richieescarez | ||
tech-oversight-committee: | ||
- vaikas | ||
- mattmoor | ||
- evankanderson | ||
|
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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
approvers: | ||
- tech-oversight-committee |