Skip to content

Commit 16b26ef

Browse files
Set up default protection ruleset for default and release branches
1 parent db3f148 commit 16b26ef

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

.asf.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,18 @@ github:
2525
- microservices
2626
- java
2727
- spring-boot
28+
rulesets:
29+
- name: "Default Branch Protection"
30+
type: branch
31+
branches:
32+
includes:
33+
- "~DEFAULT_BRANCH"
34+
- "release/*"
35+
- "rel/*"
36+
excludes: []
37+
bypass_teams:
38+
- root
39+
restrict_deletion: true
40+
restrict_force_push: true
2841
notifications:
2942
pullrequests: commits@camel.apache.org

0 commit comments

Comments
 (0)