Fix mergfy fmt error (#27973)

Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>
pull/27975/head
congqixia 2023-10-27 00:04:10 +08:00 committed by GitHub
parent a1d2aa30ae
commit 34b43db018
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

2
.github/mergify.yml vendored
View File

@ -35,7 +35,7 @@ pull_request_rules:
- or:
- base=sql_beta
- base=master
- base~=^2\.3\(.\d+){0,1}$
- base~=^2\.3(\.\d+){0,1}$
- 'status-success=Build and test AMD64 Ubuntu 20.04'
- 'status-success=Code Checker AMD64 Ubuntu 20.04'
- 'status-success=Code Checker MacOS 12'