Skip to content

Commit f8ec658

Browse files
cbleckerclaude
andcommitted
Add copilot/ branch exemption to branch protection
Exempt branches starting with copilot/ from branch protection rules, similar to how dependabot branches are handled. This allows copilot to create branches without triggering protection requirements. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent 5403aee commit f8ec658

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)