mirror of https://github.com/milvus-io/milvus.git
Update mergify (#5504)
* Update mergify Signed-off-by: quicksilver <zhifeng.zhang@zilliz.com> * Update mergify Signed-off-by: quicksilver <zhifeng.zhang@zilliz.com> * Update mergify Signed-off-by: quicksilver <zhifeng.zhang@zilliz.com>pull/5511/head
parent
5ac726b7b9
commit
fca8760486
|
@ -30,6 +30,15 @@ pull_request_rules:
|
|||
add:
|
||||
- ci-passed
|
||||
|
||||
- name: Test passed for mergify changed
|
||||
conditions:
|
||||
- base=master
|
||||
- -files~=^(?!\.github\/mergify\.yml).*$
|
||||
actions:
|
||||
label:
|
||||
add:
|
||||
- ci-passed
|
||||
|
||||
- name: Remove ci-passed when code check failed
|
||||
conditions:
|
||||
- base=master
|
||||
|
@ -57,3 +66,12 @@ pull_request_rules:
|
|||
remove:
|
||||
- ci-passed
|
||||
|
||||
- name: Remove ci-passed when ci pending
|
||||
conditions:
|
||||
- base=master
|
||||
- "check-pending=continuous-integration/jenkins/pr-merge"
|
||||
actions:
|
||||
label:
|
||||
remove:
|
||||
- ci-passed
|
||||
|
||||
|
|
Loading…
Reference in New Issue