-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
OWNERS: Transfer Enhancements subproject ownership to SIG Arch
We also use this opportunity to simplify the OWNERS aliases now that ownership of certain directories is no longer shared across multiple SIGs. Signed-off-by: Stephen Augustus <[email protected]>
- Loading branch information
1 parent
fbf96b3
commit ed46d69
Showing
3 changed files
with
8 additions
and
38 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,12 +1,9 @@ | ||
# See the OWNERS docs at https://go.k8s.io/owners | ||
|
||
approvers: | ||
- pm-maintainers | ||
- sig-pm-leads | ||
- enhancements-approvers | ||
- sig-architecture-leads | ||
reviewers: | ||
- features-maintainers | ||
- kep-process-approvers | ||
- kep-process-reviewers | ||
- sig-release-leads | ||
- enhancements-reviewers | ||
labels: | ||
- sig/pm | ||
- sig/architecture |
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
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,12 +1,8 @@ | ||
# See the OWNERS docs at https://go.k8s.io/owners | ||
|
||
approvers: | ||
- kep-approvers | ||
- kep-process-approvers | ||
- enhancements-approvers | ||
reviewers: | ||
- kep-reviewers | ||
- kep-process-reviewers | ||
- enhancements-reviewers | ||
labels: | ||
- kind/kep | ||
options: | ||
no_parent_owners: true |