Skip to content

Commit 4fe5571

Browse files
committed
Do not enforce branch protection on specific Headlamp branches
Signed-off-by: Joaquim Rocha <[email protected]>
1 parent 40369af commit 4fe5571

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

config/prow/config.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -574,6 +574,12 @@ branch-protection:
574574
branches:
575575
gh-pages:
576576
protect: false
577+
headlamp:
578+
exclude:
579+
- "^hl-ci-" # Do not protect branches created by CI
580+
branches:
581+
gh-pages:
582+
protect: false
577583
hydrophone:
578584
exclude:
579585
- "^dependencies/" # don't protect branches created by github action that updates dependencies

0 commit comments

Comments
 (0)