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 e27e024 commit dca4602Copy full SHA for dca4602
1 file changed
.asf.yaml
@@ -66,3 +66,16 @@ github:
66
# Enable GitHub discussion
67
discussions: true
68
ghp_branch:
69
+ rulesets:
70
+ - name: 'Default Branch Protection'
71
+ type: branch
72
+ branches:
73
+ includes:
74
+ - '~DEFAULT_BRANCH'
75
+ - 'release/*'
76
+ - 'rel/*'
77
+ excludes: []
78
+ bypass_teams:
79
+ - root
80
+ restrict_deletion: true
81
+ restrict_force_push: true
0 commit comments