chore(INFRA): Set up default protection ruleset for default and release branches (#351)

This commit is contained in:
The Apache Software Foundation
2026-05-19 13:04:26 +09:00
committed by GitHub
parent 586b988371
commit 0eb197f0fb
+17 -3
View File
@@ -16,7 +16,21 @@
# under the License.
notifications:
commits: commits@cordova.apache.org
issues: issues@cordova.apache.org
pullrequests_status: issues@cordova.apache.org
commits: commits@cordova.apache.org
issues: issues@cordova.apache.org
pullrequests_status: issues@cordova.apache.org
pullrequests_comment: issues@cordova.apache.org
github:
rulesets:
- name: "Default Branch Protection"
type: branch
branches:
includes:
- "~DEFAULT_BRANCH"
- "release/*"
- "rel/*"
excludes: []
bypass_teams:
- root
restrict_deletion: true
restrict_force_push: true