We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6fb34f commit 436006aCopy full SHA for 436006a
config/kubernetes-sigs/sig-ui/teams.yaml
@@ -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
12
13
14
15
+ headlamp: write
16
+
config/restrictions.yaml
@@ -340,6 +340,9 @@ restrictions:
340
- "^prow"
341
- "^randfill"
342
- "^testgrid"
343
+ - path: "kubernetes-sigs/sig-ui/teams.yaml"
344
+ allowedRepos:
345
+ - "^headlamp"
346
- path: "kubernetes-sigs/sig-usability/teams.yaml"
347
allowedRepos:
348
- "^sig-usability"
0 commit comments