There was an error while loading. Please reload this page.
1 parent b164888 commit c5d030dCopy full SHA for c5d030d
1 file changed
.asf.yaml
@@ -35,3 +35,16 @@ github:
35
squash: true
36
merge: false
37
rebase: true
38
+ rulesets:
39
+ - name: "Default Branch Protection"
40
+ type: branch
41
+ branches:
42
+ includes:
43
+ - "~DEFAULT_BRANCH"
44
+ - "release/*"
45
+ - "rel/*"
46
+ excludes: []
47
+ bypass_teams:
48
+ - root
49
+ restrict_deletion: true
50
+ restrict_force_push: true
0 commit comments