mirror of
https://github.com/apache/rocketmq-dashboard.git
synced 2026-05-16 17:29:29 +08:00
Compare commits
1 Commits
master
...
infrastruc
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5146695625 |
28
.asf.yaml
28
.asf.yaml
@@ -1,4 +1,3 @@
|
||||
|
||||
github:
|
||||
features:
|
||||
# Enable issue management
|
||||
@@ -6,13 +5,26 @@ github:
|
||||
# Enable wiki
|
||||
wiki: true
|
||||
enabled_merge_buttons:
|
||||
squash: true
|
||||
merge: false
|
||||
rebase: false
|
||||
squash: true
|
||||
merge: false
|
||||
rebase: false
|
||||
|
||||
rulesets:
|
||||
- name: "Default Branch Protection"
|
||||
type: branch
|
||||
branches:
|
||||
includes:
|
||||
- "~DEFAULT_BRANCH"
|
||||
- "release/*"
|
||||
- "rel/*"
|
||||
excludes: []
|
||||
bypass_teams:
|
||||
- root
|
||||
restrict_deletion: true
|
||||
restrict_force_push: true
|
||||
notifications:
|
||||
commits: commits@rocketmq.apache.org
|
||||
issues: commits@rocketmq.apache.org
|
||||
commits: commits@rocketmq.apache.org
|
||||
issues: commits@rocketmq.apache.org
|
||||
pullrequests: commits@rocketmq.apache.org
|
||||
jobs: commits@rocketmq.apache.org
|
||||
discussions: dev@rocketmq.apache.org
|
||||
jobs: commits@rocketmq.apache.org
|
||||
discussions: dev@rocketmq.apache.org
|
||||
|
||||
Reference in New Issue
Block a user