Skip to content

Commit 2983e32

Browse files
authored
Update OWNERS file (#6989)
* 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]>
1 parent 15011b4 commit 2983e32

File tree

5 files changed

+29
-9
lines changed

5 files changed

+29
-9
lines changed

infra/aws/OWNERS

+1-4
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,7 @@
33
filters:
44
".*":
55
approvers:
6-
- ameukam
7-
- dims
8-
- spiffxp
9-
- thockin
6+
- sig-k8s-infra-leads
107
labels:
118
- sig/k8s-infra
129
- area/infra

infra/azure/OWNERS

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# See the OWNERS docs at https://go.k8s.io/owners
2+
3+
filters:
4+
".*":
5+
approvers:
6+
- sig-k8s-infra-leads
7+
labels:
8+
- sig/k8s-infra
9+
- area/infra
10+
- area/infra/azure
11+
"\\.sh$":
12+
labels:
13+
- area/bash

infra/fastly/OWNERS

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# See the OWNERS docs at https://go.k8s.io/owners
2+
3+
filters:
4+
".*":
5+
approvers:
6+
- sig-k8s-infra-leads
7+
labels:
8+
- sig/k8s-infra
9+
- area/infra
10+
"\\.sh$":
11+
labels:
12+
- area/bash

infra/gcp/OWNERS

+2-4
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,11 @@
33
filters:
44
".*":
55
approvers:
6-
- ameukam
7-
- dims
8-
- spiffxp
9-
- thockin
6+
- sig-k8s-infra-leads
107
labels:
118
- sig/k8s-infra
129
- area/infra
10+
- area/infra/gcp
1311
"\\.sh$":
1412
labels:
1513
- area/bash

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
yamllint==1.13.0
1+
yamllint==1.18.0
22
yq==2.12.0

0 commit comments

Comments
 (0)