Skip to content

Commit

Permalink
fix github mergify rule (#1079)
Browse files Browse the repository at this point in the history
Signed-off-by: yusheng.ma <[email protected]>
  • Loading branch information
Presburger authored Feb 19, 2025
1 parent 5f3afcd commit 62be8e3
Showing 1 changed file with 12 additions and 18 deletions.
30 changes: 12 additions & 18 deletions .github/mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,16 +32,11 @@ pull_request_rules:
- base=main
- base~=^2(\.\d+){1,2}$
- title!=\[automated\]
- or:
- and:
- label!=kind/improvement
- or:
- label!=kind/improvement
- and:
- and:
- 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 All @@ -67,16 +62,15 @@ pull_request_rules:
- or:
- base=main
- base~=^2(\.\d+){1,2}$
- or:
- label=kind/improvement
- and:
- or:
- label=kind/enhancement
- label=kind/feature
- label=kind/bug
- or:
- body~=\#[0-9]{1,6}(\s+|$)
- body~=https://github.com/zilliztech/knowhere/issues/[0-9]{1,6}(\s+|$)
- label!=kind/improvement
- and:
- or:
- label=kind/enhancement
- label=kind/feature
- label=kind/bug
- or:
- body~=\#[0-9]{1,6}(\s+|$)
- body~=https://github.com/zilliztech/knowhere/issues/[0-9]{1,6}(\s+|$)
actions:
label:
remove:
Expand Down

0 comments on commit 62be8e3

Please sign in to comment.