mirror of https://github.com/milvus-io/milvus.git
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
parent
0066c016b6
commit
69486994a9
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue