Skip to content

Commit

Permalink
fix github mergify rule (#1064)
Browse files Browse the repository at this point in the history
Signed-off-by: yusheng.ma <[email protected]>
  • Loading branch information
Presburger authored Feb 11, 2025
1 parent fe7a61e commit 84cef76
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions .github/mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,16 +31,17 @@ pull_request_rules:
- or:
- base=main
- base~=^2(\.\d+){1,2}$
- -title~=\[automated\]
- -label=kind/improvement
- title!=\[automated\]
- or:
- and:
- -body~=\#[0-9]{1,6}(\s+|$)
- -body~=https://github.com/zilliztech/knowhere/issues/[0-9]{1,6}(\s+|$)
- and:
- -label=kind/enhancement
- -label=kind/feature
- -label=kind/bug
- label!=kind/improvement
- or:
- body!=(\#|https://github.com/zilliztech/knowhere/issues/)[0-9]{1,6}
- body!=\#[0-9]{1,6}(\s+|$)
- and:
- label!=kind/enhancement
- label!=kind/feature
- label!=kind/bug
actions:
label:
add:
Expand Down

0 comments on commit 84cef76

Please sign in to comment.