enhance: [skip e2e] Make "fix:" prefix work for 2.4 branch (#31384)

Other prefixes, say enhance, doc, etc., works for branch 2.4 now, but
"fix" prefix does not, this PR sync "fix: " branch selector to other
prefixes.

Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>
pull/31311/head
congqixia 2024-03-19 10:15:12 +08:00 committed by GitHub
parent 0066c016b6
commit 69486994a9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

2
.github/mergify.yml vendored
View File

@ -440,7 +440,7 @@ pull_request_rules:
conditions:
- or:
- base=master
- base~=^2\.3(\.\d+){0,1}$
- base~=^2(\.\d+){1,2}$
- 'title~=^fix:'
actions:
label: