There was an error while loading. Please reload this page.
1 parent 05e376a commit a9f294bCopy full SHA for a9f294b
1 file changed
.asf.yaml
@@ -14,8 +14,22 @@
14
# limitations under the License.
15
16
notifications:
17
- commits: commits@rocketmq.apache.org
18
- issues: commits@rocketmq.apache.org
+ commits: commits@rocketmq.apache.org
+ issues: commits@rocketmq.apache.org
19
pullrequests: commits@rocketmq.apache.org
20
- jobs: commits@rocketmq.apache.org
21
- discussions: dev@rocketmq.apache.org
+ jobs: commits@rocketmq.apache.org
+ discussions: dev@rocketmq.apache.org
22
+github:
23
+ rulesets:
24
+ - name: "Default Branch Protection"
25
+ type: branch
26
+ branches:
27
+ includes:
28
+ - "~DEFAULT_BRANCH"
29
+ - "release/*"
30
+ - "rel/*"
31
+ excludes: []
32
+ bypass_teams:
33
+ - root
34
+ restrict_deletion: true
35
+ restrict_force_push: true
0 commit comments