mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-07 01:28:27 +08:00
enhance: [skip e2e]update mergify (#37210)
Signed-off-by: Yellow Shine <sammy.huang@zilliz.com>
This commit is contained in:
parent
d8c1bd24f2
commit
f75660456d
13
.github/mergify.yml
vendored
13
.github/mergify.yml
vendored
@ -22,6 +22,9 @@ misc:
|
|||||||
- branch: &BRANCHES
|
- branch: &BRANCHES
|
||||||
# In this pull request, the changes are based on the master branch
|
# In this pull request, the changes are based on the master branch
|
||||||
- &MASTER_BRANCH base=master
|
- &MASTER_BRANCH base=master
|
||||||
|
- &23_BRANCH base=2.3
|
||||||
|
- &24_BRANCH base=2.4
|
||||||
|
- &25_BRANCH base=2.5
|
||||||
# In this pull request, the changes are based on the 2.x(or 2.x.x) branch
|
# In this pull request, the changes are based on the 2.x(or 2.x.x) branch
|
||||||
- &2X_BRANCH base~=^2(\.\d+){1,2}$
|
- &2X_BRANCH base~=^2(\.\d+){1,2}$
|
||||||
|
|
||||||
@ -297,10 +300,12 @@ pull_request_rules:
|
|||||||
- lgtm
|
- lgtm
|
||||||
- approved
|
- approved
|
||||||
|
|
||||||
- name: master - Remove ci-passed label when status for code checker or ut is not success
|
- name: master or 2.5 - Remove ci-passed label when status for code checker or ut is not success
|
||||||
conditions:
|
conditions:
|
||||||
# branch condition: in this pull request, the changes are based on any branch referenced by BRANCHES
|
# branch condition: in this pull request, the changes are based on any branch referenced by BRANCHES
|
||||||
|
- or:
|
||||||
- *MASTER_BRANCH
|
- *MASTER_BRANCH
|
||||||
|
- *25_BRANCH
|
||||||
- label!=manual-pass
|
- label!=manual-pass
|
||||||
- *source_code_files
|
- *source_code_files
|
||||||
- or:
|
- or:
|
||||||
@ -317,9 +322,11 @@ pull_request_rules:
|
|||||||
remove:
|
remove:
|
||||||
- ci-passed
|
- ci-passed
|
||||||
|
|
||||||
- name: 2.x - Remove ci-passed label when status for code checker or ut is not success
|
- name: 2.3 or 2.4 - Remove ci-passed label when status for code checker or ut is not success
|
||||||
conditions:
|
conditions:
|
||||||
- *2X_BRANCH
|
- or:
|
||||||
|
- *23_BRANCH
|
||||||
|
- *24_BRANCH
|
||||||
- label!=manual-pass
|
- label!=manual-pass
|
||||||
- *source_code_files
|
- *source_code_files
|
||||||
- or:
|
- or:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user