enhance: [skip e2e]update mergify (#37120)

Signed-off-by: Yellow Shine <sammy.huang@zilliz.com>
pull/37111/head
yellow-shine 2024-10-24 19:23:29 +08:00 committed by GitHub
parent 2b3f5bec07
commit 0dbf94822f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 5 deletions

10
.github/mergify.yml vendored
View File

@ -297,10 +297,10 @@ pull_request_rules:
- lgtm
- approved
- name: Remove ci-passed label when status for code checker or ut is not success-master
- name: master - Remove ci-passed label when status for code checker or ut is not success
conditions:
# branch condition: in this pull request, the changes are based on any branch referenced by BRANCHES
- or: *BRANCHES
- *MASTER_BRANCH
- label!=manual-pass
- *source_code_files
- or:
@ -317,16 +317,16 @@ pull_request_rules:
remove:
- ci-passed
- name: Remove ci-passed label when status for code checker or ut is not success-2.2.*
- name: 2.x - Remove ci-passed label when status for code checker or ut is not success
conditions:
- *2X_BRANCH
- label!=manual-pass
- base~=^2\.2\.\d+$
- *source_code_files
- or:
- *failed_on_ubuntu_20
- *failed_on_ubuntu_22
# - 'status-success!=Code Checker AMD64 Ubuntu 20.04'
- 'status-success!=cpp-unit-test'
- 'status-success!=UT for Cpp'
- 'status-success!=UT for Go'
- 'status-success!=Integration Test'
- 'status-success!=Code Checker MacOS 12'