Set up default protection ruleset for default and release branches

This commit is contained in:
The Apache Software Foundation
2026-05-15 15:28:08 -05:00
parent 81305ffbf9
commit a6f893628b

View File

@@ -32,6 +32,19 @@ github:
features: features:
issues: true issues: true
projects: true projects: true
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: notifications:
issues: commits@doris.apache.org issues: commits@doris.apache.org
commits: commits@doris.apache.org commits: commits@doris.apache.org