forked from kubernetes-sigs/cri-tools
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
We now move all `sig-node-approvers` to a synched alias in `OWNERS_ALIASES` to simplify ownership. We also move heartlock, tallclair, xlgao-zju and runcom to emeritus since they have not been active in the past year. Please mention on this PR if you still would like to be approver for this project. :) Signed-off-by: Sascha Grunert <[email protected]>
- Loading branch information
1 parent
b11f869
commit adac682
Showing
2 changed files
with
18 additions
and
10 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,17 +1,13 @@ | ||
# See the OWNERS file documentation: | ||
# https://github.com/kubernetes/kubernetes/blob/master/docs/devel/owners.md | ||
# See the OWNERS docs at https://go.k8s.io/owners | ||
|
||
approvers: | ||
- Random-Liu | ||
- dchen1107 | ||
- feiskyer | ||
- heartlock | ||
- mrunalp | ||
- saschagrunert | ||
- tallclair | ||
- xlgao-zju | ||
- yujuhong | ||
- runcom | ||
- sig-node-approvers | ||
|
||
emeritus_approvers: | ||
- euank | ||
- heartlock | ||
- tallclair | ||
- xlgao-zju | ||
- runcom |
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,12 @@ | ||
# See the OWNERS docs at https://go.k8s.io/owners | ||
|
||
aliases: | ||
# From https://github.com/kubernetes/kubernetes/blob/master/OWNERS_ALIASES#LC220 | ||
sig-node-approvers: | ||
# - dchen1107 # not in k-sigs org | ||
# - sjenning # not in k-sigs org | ||
- Random-Liu | ||
- derekwaynecarr | ||
- klueska | ||
- mrunalp | ||
- yujuhong |