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
896009a51b
commit
87d94161db
10
.mergify.yml
10
.mergify.yml
@ -26,7 +26,7 @@ pull_request_rules:
|
|||||||
merge:
|
merge:
|
||||||
method: close
|
method: close
|
||||||
pull_request_rules:
|
pull_request_rules:
|
||||||
- name:Aautomatic merge for ImgBot pull requests
|
- name: Automatic merge for ImgBot pull requests
|
||||||
conditions:
|
conditions:
|
||||||
- "author=imgbot[bot]"
|
- "author=imgbot[bot]"
|
||||||
- "#status-failure=1" # Description check
|
- "#status-failure=1" # Description check
|
||||||
@ -34,3 +34,11 @@ pull_request_rules:
|
|||||||
actions:
|
actions:
|
||||||
merge:
|
merge:
|
||||||
method: merge
|
method: merge
|
||||||
|
|
||||||
|
pull_request_rules:
|
||||||
|
- name: Automatic add pr-documentation label
|
||||||
|
conditions:
|
||||||
|
- "body~=Documentation"
|
||||||
|
actions:
|
||||||
|
label:
|
||||||
|
add: ["pr-documentation"]
|
||||||
|
Loading…
Reference in New Issue
Block a user