enhance: [skip e2e] fix mergify (#34209)

Signed-off-by: Liang Huang <sammy.huang@zilliz.com>
pull/34214/head
sammy.huang 2024-06-26 18:50:04 +08:00 committed by GitHub
parent 0565b70ff1
commit e43c558071
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

4
.github/mergify.yml vendored
View File

@ -5,8 +5,8 @@ shared:
- 'status-success=Build and test AMD64 Ubuntu 20.04'
- 'status-success=Build and test AMD64 Ubuntu 22.04'
- when_build_and_test_status_failed: &Build_AND_TEST_STATUS_FAILED_ON_UBUNTU_20_OR_UBUNTU_22
- &failed_on_ubuntu_20 'status-success!=Build and test AMD64 Ubuntu 20.04'
- &failed_on_ubuntu_22 'status-success!=Build and test AMD64 Ubuntu 22.04'
- &failed_on_ubuntu_20 'check-failure=Build and test AMD64 Ubuntu 20.04'
- &failed_on_ubuntu_22 'check-failure=Build and test AMD64 Ubuntu 22.04'
pull_request_rules:
- name: Add needs-dco label when DCO check failed