Skip to content

Commit

Permalink
enhance: [skip e2e] Make "fix:" prefix work for 2.4 branch (milvus-io…
Browse files Browse the repository at this point in the history
…#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 <[email protected]>
  • Loading branch information
congqixia authored Mar 19, 2024
1 parent 0066c01 commit 6948699
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 6948699

Please sign in to comment.