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
a91775446c
commit
7f5188c44e
27
.mergify.yml
27
.mergify.yml
@ -7,3 +7,30 @@ pull_request_rules:
|
||||
actions:
|
||||
merge:
|
||||
method: merge
|
||||
pull_request_rules:
|
||||
- name: Automatic merge for Dependabot pull requests
|
||||
conditions:
|
||||
- "author~=^dependabot(|-preview)\[bot\]$"
|
||||
- "#status-failure=1" # Description check
|
||||
- "base=master"
|
||||
actions:
|
||||
merge:
|
||||
method: merge
|
||||
pull_request_rules:
|
||||
- name: Automatic close for Dependabot pull requests
|
||||
conditions:
|
||||
- "author~=^dependabot(|-preview)\[bot\]$"
|
||||
- "#status-failure>1"
|
||||
- "base=master"
|
||||
actions:
|
||||
merge:
|
||||
method: close
|
||||
pull_request_rules:
|
||||
- name:Aautomatic merge for ImgBot pull requests
|
||||
conditions:
|
||||
- a"uthor=imgbot[bot]"
|
||||
- "#status-failure=1" # Description check
|
||||
- "base=master"
|
||||
actions:
|
||||
merge:
|
||||
method: merge
|
||||
|
Loading…
Reference in New Issue
Block a user