mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-24 00:22:29 +00:00
Update .mergify.yml
This commit is contained in:
parent
7f5188c44e
commit
29ea8d5733
@ -10,7 +10,7 @@ pull_request_rules:
|
||||
pull_request_rules:
|
||||
- name: Automatic merge for Dependabot pull requests
|
||||
conditions:
|
||||
- "author~=^dependabot(|-preview)\[bot\]$"
|
||||
- "author~=^dependabot(|-preview).*$"
|
||||
- "#status-failure=1" # Description check
|
||||
- "base=master"
|
||||
actions:
|
||||
@ -19,7 +19,7 @@ pull_request_rules:
|
||||
pull_request_rules:
|
||||
- name: Automatic close for Dependabot pull requests
|
||||
conditions:
|
||||
- "author~=^dependabot(|-preview)\[bot\]$"
|
||||
- "author~=^dependabot(|-preview).*$"
|
||||
- "#status-failure>1"
|
||||
- "base=master"
|
||||
actions:
|
||||
|
Loading…
Reference in New Issue
Block a user