[INFRA] Set up default rulesets for default and release branches (#13169)

This commit is contained in:
The Apache Software Foundation 2026-06-19 03:09:12 -05:00 committed by GitHub
parent 5ad7daf610
commit 4ea2645b3e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 13 additions and 2 deletions

View File

@ -16,7 +16,6 @@
# under the License.
# https://cwiki.apache.org/confluence/display/INFRA/git+-+.asf.yaml+features
---
github:
description: "Apache CloudStack is an opensource Infrastructure as a Service (IaaS) cloud computing platform"
homepage: https://cloudstack.apache.org/
@ -59,7 +58,19 @@ github:
- GaOrtiga
- bhouse-nexthop
protected_branches: ~
protected_branches:
rulesets:
- name: "Default Branch Protection"
type: branch
branches:
includes:
- "~DEFAULT_BRANCH"
excludes: []
bypass_teams:
- root
restrict_deletion: true
restrict_force_push: true
copilot_code_review:
enabled: true