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

This commit is contained in:
The Apache Software Foundation
2026-05-18 22:43:08 -05:00
committed by GitHub
parent 245021782b
commit f490531d5a
+16 -3
View File
@@ -39,8 +39,21 @@ github:
merge: false
rebase: false
rulesets:
- name: "Default Branch Protection"
type: branch
branches:
includes:
- "~DEFAULT_BRANCH"
- "release/*"
- "rel/*"
excludes: []
bypass_teams:
- root
restrict_deletion: true
restrict_force_push: true
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