Skip to content

Commit fd727a8

Browse files
authored
Merge pull request #5510 from mrbobbytables/headlamp
Add headlamp teams
2 parents 17dd96a + 436006a commit fd727a8

File tree

4 files changed

+28
-0
lines changed

4 files changed

+28
-0
lines changed

config/kubernetes-sigs/org.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -444,6 +444,7 @@ members:
444444
- jmguzik
445445
- jmhbnz
446446
- jmrodri
447+
- joaquimrocha
447448
- joe-atzinger
448449
- joekr
449450
- joelanford

config/kubernetes-sigs/sig-ui/OWNERS

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# See the OWNERS docs at https://go.k8s.io/owners
2+
3+
reviewers:
4+
- sig-ui-leads
5+
approvers:
6+
- sig-ui-leads
7+
labels:
8+
- sig/ui
+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
teams:
2+
headlamp-admins:
3+
description: Admin access to the headlamp repo
4+
members:
5+
- joaquimrocha
6+
privacy: closed
7+
repos:
8+
headlamp: admin
9+
headlamp-maintainers:
10+
description: Write access to the headlamp repo
11+
members:
12+
- joaquimrocha
13+
privacy: closed
14+
repos:
15+
headlamp: write
16+

config/restrictions.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -340,6 +340,9 @@ restrictions:
340340
- "^prow"
341341
- "^randfill"
342342
- "^testgrid"
343+
- path: "kubernetes-sigs/sig-ui/teams.yaml"
344+
allowedRepos:
345+
- "^headlamp"
343346
- path: "kubernetes-sigs/sig-usability/teams.yaml"
344347
allowedRepos:
345348
- "^sig-usability"

0 commit comments

Comments
 (0)