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.
2 parents b50eb7f + 29a2a9d commit ee59002Copy full SHA for ee59002
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