We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae74a99 commit 9a17e87Copy full SHA for 9a17e87
1 file changed
.asf.yaml
@@ -1,8 +1,8 @@
1
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
+ commits: commits@dubbo.apache.org
+ issues: notifications@dubbo.apache.org
+ pullrequests: notifications@dubbo.apache.org
+ jira_options: link label link label
6
7
8
github:
@@ -31,4 +31,17 @@ github:
31
- framework
32
- http2
33
- h2
34
- - grpc
+ - 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