Skip to content

Commit

Permalink
Update OWNERS file (#6989)
Browse files Browse the repository at this point in the history
* Update OWNERS file

Add and update OWNERS files for the scripts and the code maintaining the
infrastructure.

Signed-off-by: Arnaud Meukam <[email protected]>

* bump yamllint

bump yamllint to match the version used in k8s-infra image

Signed-off-by: Arnaud Meukam <[email protected]>

---------

Signed-off-by: Arnaud Meukam <[email protected]>
  • Loading branch information
ameukam authored Jul 16, 2024
1 parent 15011b4 commit 2983e32
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 9 deletions.
5 changes: 1 addition & 4 deletions infra/aws/OWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,7 @@
filters:
".*":
approvers:
- ameukam
- dims
- spiffxp
- thockin
- sig-k8s-infra-leads
labels:
- sig/k8s-infra
- area/infra
Expand Down
13 changes: 13 additions & 0 deletions infra/azure/OWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# See the OWNERS docs at https://go.k8s.io/owners

filters:
".*":
approvers:
- sig-k8s-infra-leads
labels:
- sig/k8s-infra
- area/infra
- area/infra/azure
"\\.sh$":
labels:
- area/bash
12 changes: 12 additions & 0 deletions infra/fastly/OWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# See the OWNERS docs at https://go.k8s.io/owners

filters:
".*":
approvers:
- sig-k8s-infra-leads
labels:
- sig/k8s-infra
- area/infra
"\\.sh$":
labels:
- area/bash
6 changes: 2 additions & 4 deletions infra/gcp/OWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,11 @@
filters:
".*":
approvers:
- ameukam
- dims
- spiffxp
- thockin
- sig-k8s-infra-leads
labels:
- sig/k8s-infra
- area/infra
- area/infra/gcp
"\\.sh$":
labels:
- area/bash
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
yamllint==1.13.0
yamllint==1.18.0
yq==2.12.0

0 comments on commit 2983e32

Please sign in to comment.