Skip to content

Commit 9a17e87

Browse files
Set up default protection ruleset for default and release branches
1 parent ae74a99 commit 9a17e87

1 file changed

Lines changed: 18 additions & 5 deletions

File tree

.asf.yaml

Lines changed: 18 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
notifications:
2-
commits: commits@dubbo.apache.org
3-
issues: notifications@dubbo.apache.org
4-
pullrequests: notifications@dubbo.apache.org
5-
jira_options: link label link label
2+
commits: commits@dubbo.apache.org
3+
issues: notifications@dubbo.apache.org
4+
pullrequests: notifications@dubbo.apache.org
5+
jira_options: link label link label
66

77

88
github:
@@ -31,4 +31,17 @@ github:
3131
- framework
3232
- http2
3333
- h2
34-
- grpc
34+
- grpc
35+
rulesets:
36+
- name: "Default Branch Protection"
37+
type: branch
38+
branches:
39+
includes:
40+
- "~DEFAULT_BRANCH"
41+
- "release/*"
42+
- "rel/*"
43+
excludes: []
44+
bypass_teams:
45+
- root
46+
restrict_deletion: true
47+
restrict_force_push: true

0 commit comments

Comments
 (0)