We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ad7daf commit 4ea2645Copy full SHA for 4ea2645
1 file changed
.asf.yaml
@@ -16,7 +16,6 @@
16
# under the License.
17
18
# https://cwiki.apache.org/confluence/display/INFRA/git+-+.asf.yaml+features
19
----
20
github:
21
description: "Apache CloudStack is an opensource Infrastructure as a Service (IaaS) cloud computing platform"
22
homepage: https://cloudstack.apache.org/
@@ -59,7 +58,19 @@ github:
59
58
- GaOrtiga
60
- bhouse-nexthop
61
62
- protected_branches: ~
+ protected_branches:
+
63
+ rulesets:
64
+ - name: "Default Branch Protection"
65
+ type: branch
66
+ branches:
67
+ includes:
68
+ - "~DEFAULT_BRANCH"
69
+ excludes: []
70
+ bypass_teams:
71
+ - root
72
+ restrict_deletion: true
73
+ restrict_force_push: true
74
75
copilot_code_review:
76
enabled: true
0 commit comments