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 acf5f40 commit 29a2a9dCopy full SHA for 29a2a9d
org/branchprotection.yml
@@ -18,7 +18,7 @@ branch-protection:
18
required_approving_review_count: 1 # area has >=4 approvers
19
bypass_pull_request_allowances:
20
teams: ["wg-app-runtime-deployments-bots"] # no area bots configured
21
- include: [ "main", "v[0-9]*"]
+ include: [ "^main$", "^v[0-9]*$"]
22
cf-relint-ci-semver:
23
protect: false
24
relint-ci-pools:
0 commit comments