mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
Update .mergify.yml
This commit is contained in:
parent
63926fd57f
commit
a5f6b6365c
@ -38,21 +38,21 @@ pull_request_rules:
|
|||||||
pull_request_rules:
|
pull_request_rules:
|
||||||
- name: Automatic add pr-documentation label via description
|
- name: Automatic add pr-documentation label via description
|
||||||
conditions:
|
conditions:
|
||||||
- "body~=Documentation"
|
- "body~=- Documentation"
|
||||||
actions:
|
actions:
|
||||||
label:
|
label:
|
||||||
add: ["pr-documentation"]
|
add: ["pr-documentation"]
|
||||||
pull_request_rules:
|
pull_request_rules:
|
||||||
- name: Automatic add pr-feature label
|
- name: Automatic add pr-feature label
|
||||||
conditions:
|
conditions:
|
||||||
- "body~=New Feature"
|
- "body~=- New Feature"
|
||||||
actions:
|
actions:
|
||||||
label:
|
label:
|
||||||
add: ["pr-feature", "doc-alert"]
|
add: ["pr-feature", "doc-alert"]
|
||||||
pull_request_rules:
|
pull_request_rules:
|
||||||
- name: Automatic add pr-bugfix label
|
- name: Automatic add pr-bugfix label
|
||||||
conditions:
|
conditions:
|
||||||
- "body~=Bug Fix"
|
- "body~=- Bug Fix"
|
||||||
actions:
|
actions:
|
||||||
label:
|
label:
|
||||||
add: ["pr-bugfix", "no-docs-needed"]
|
add: ["pr-bugfix", "no-docs-needed"]
|
||||||
@ -80,7 +80,7 @@ pull_request_rules:
|
|||||||
pull_request_rules:
|
pull_request_rules:
|
||||||
- name: Automatic add pr-non-significant label
|
- name: Automatic add pr-non-significant label
|
||||||
conditions:
|
conditions:
|
||||||
- "body~=Non-significant"
|
- "body~=- Non-significant"
|
||||||
actions:
|
actions:
|
||||||
label:
|
label:
|
||||||
add: ["pr-non-significant", "no-docs-needed"]
|
add: ["pr-non-significant", "no-docs-needed"]
|
||||||
|
Loading…
Reference in New Issue
Block a user