mirror of https://github.com/apache/cloudstack.git
[INFRA] Set up default rulesets for default and release branches (#13169)
This commit is contained in:
parent
5ad7daf610
commit
4ea2645b3e
15
.asf.yaml
15
.asf.yaml
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue