mirror of
https://github.com/apache/rocketmq-dashboard.git
synced 2026-05-19 02:42:54 +08:00
Compare commits
1 Commits
master
...
infrastruc
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5146695625 |
28
.asf.yaml
28
.asf.yaml
@@ -1,4 +1,3 @@
|
|||||||
|
|
||||||
github:
|
github:
|
||||||
features:
|
features:
|
||||||
# Enable issue management
|
# Enable issue management
|
||||||
@@ -6,13 +5,26 @@ github:
|
|||||||
# Enable wiki
|
# Enable wiki
|
||||||
wiki: true
|
wiki: true
|
||||||
enabled_merge_buttons:
|
enabled_merge_buttons:
|
||||||
squash: true
|
squash: true
|
||||||
merge: false
|
merge: false
|
||||||
rebase: 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:
|
notifications:
|
||||||
commits: commits@rocketmq.apache.org
|
commits: commits@rocketmq.apache.org
|
||||||
issues: commits@rocketmq.apache.org
|
issues: commits@rocketmq.apache.org
|
||||||
pullrequests: commits@rocketmq.apache.org
|
pullrequests: commits@rocketmq.apache.org
|
||||||
jobs: commits@rocketmq.apache.org
|
jobs: commits@rocketmq.apache.org
|
||||||
discussions: dev@rocketmq.apache.org
|
discussions: dev@rocketmq.apache.org
|
||||||
|
|||||||
Reference in New Issue
Block a user