Skip to content

Commit

Permalink
Clean up OWNERS files
Browse files Browse the repository at this point in the history
This makes sure the list is accurate, to avoid requesting PR reviews
from people no longer maintaining the project.
Ideally, I would put a GitHub team,
but this does not seem to be supported [1].
It can be done via an additional OWNERS_ALIASES file [2],
but this is yet to be tested.

[1] https://www.kubernetes.dev/docs/guide/owners/
[2] https://www.kubernetes.dev/docs/guide/owners/#owners_aliases
  • Loading branch information
rm3l committed Jul 21, 2023
1 parent 9605c92 commit 477b2cf
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 23 deletions.
4 changes: 0 additions & 4 deletions OWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,10 @@

approvers:
- kadel
- valaparthvi
- feloy
- rm3l
- anandrkskd

reviewers:
- kadel
- valaparthvi
- feloy
- rm3l
- anandrkskd
5 changes: 2 additions & 3 deletions docs/OWNERS
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# See the OWNERS docs: https://git.k8s.io/community/contributors/guide/owners.md

approvers:
- valaparthvi
- rm3l
- feloy
- kadel
- feloy
- rm3l
3 changes: 1 addition & 2 deletions docs/website/OWNERS
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# See the OWNERS docs: https://git.k8s.io/community/contributors/guide/owners.md

reviewers:
- valaparthvi
- feloy
- kadel
- feloy
- rm3l
4 changes: 2 additions & 2 deletions openshift-ci/build-root/OWNERS
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# See the OWNERS docs: https://git.k8s.io/community/contributors/guide/owners.md

approvers:
- anandrkskd
- feloy
- rm3l

reviewers:
- anandrkskd
- feloy
- rm3l
10 changes: 4 additions & 6 deletions scripts/OWNERS
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
# See the OWNERS docs: https://git.k8s.io/community/contributors/guide/owners.md

approvers:
- rnapoles-rh
- anandrkskd

- feloy
- rm3l

reviewers:
- anandrkskd
- rnapoles-rh
- ritudes
- feloy
- rm3l
9 changes: 3 additions & 6 deletions tests/OWNERS
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
# See the OWNERS docs: https://git.k8s.io/community/contributors/guide/owners.md

approvers:
- anandrkskd
- rnapoles-rh
- feloy
- rm3l

reviewers:
- rnapoles-rh
- anandrkskd
- valaparthvi
- feloy
- ritudes
- rm3l

0 comments on commit 477b2cf

Please sign in to comment.