Skip to content

Commit

Permalink
Fix mergify rules not using regex (#200)
Browse files Browse the repository at this point in the history
Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>
  • Loading branch information
congqixia committed Sep 19, 2023
1 parent b9c5c6f commit 00f7442
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ pull_request_rules:
conditions:
- or:
- base=main
- base=v.+
- base~=^v.+$
- -status-success=DCO
actions:
label:
Expand All @@ -19,7 +19,7 @@ pull_request_rules:
conditions:
- or:
- base=main
- base=v.+
- base~=^v.+$
- status-success=DCO
actions:
label:
Expand Down

0 comments on commit 00f7442

Please sign in to comment.