Skip to content

Commit 463cba1

Browse files
authored
Merge pull request #35593 from cblecker/add-copilot-branch-exemption
Add copilot/ branch exemption to branch protection
2 parents 7265f78 + f8ec658 commit 463cba1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

config/prow/config.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,7 @@ branch-protection:
214214
exclude:
215215
- "^revert-" # don't protect revert branches
216216
- "^dependabot/" # don't protect branches created by dependabot
217+
- "^copilot/" # don't protect branches created by copilot
217218
- "^greenkeeper/" # don't protect branches created by greenkeeper
218219
repos:
219220
api:
@@ -474,6 +475,7 @@ branch-protection:
474475
exclude:
475476
- "^revert-" # don't protect revert branches
476477
- "^dependabot/" # don't protect branches created by dependabot
478+
- "^copilot/" # don't protect branches created by copilot
477479
- "^greenkeeper/" # don't protect branches created by greenkeeper
478480
repos:
479481
python:
@@ -492,6 +494,7 @@ branch-protection:
492494
exclude:
493495
- "^revert-" # don't protect revert branches
494496
- "^dependabot/" # don't protect branches created by dependabot
497+
- "^copilot/" # don't protect branches created by copilot
495498
- "^greenkeeper/" # don't protect branches created by greenkeeper
496499
kubernetes-sigs:
497500
protect: true
@@ -501,6 +504,7 @@ branch-protection:
501504
exclude:
502505
- "^revert-" # don't protect revert branches
503506
- "^dependabot/" # don't protect branches created by dependabot
507+
- "^copilot/" # don't protect branches created by copilot
504508
- "^greenkeeper/" # don't protect branches created by greenkeeper
505509
repos:
506510
apisnoop:

0 commit comments

Comments
 (0)