Skip to content

Commit d21cc85

Browse files
authored
Merge pull request #9292 from spiffxp/protect-cli-repos
Setup branch protection for cli-runtime and sample-cli-plugin
2 parents 24fb8dc + 20db078 commit d21cc85

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

prow/config.yaml

+10
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,11 @@ branch-protection:
7474
users: []
7575
teams:
7676
- stage-bots
77+
cli-runtime:
78+
restrictions:
79+
users: []
80+
teams:
81+
- stage-bots
7782
cloud-controller-manager:
7883
restrictions:
7984
users: []
@@ -158,6 +163,11 @@ branch-protection:
158163
users: []
159164
teams:
160165
- stage-bots
166+
sample-cli-plugin:
167+
restrictions:
168+
users: []
169+
teams:
170+
- stage-bots
161171
sample-controller:
162172
restrictions:
163173
users: []

0 commit comments

Comments
 (0)