Skip to content

Commit

Permalink
Fix mergify example code rule file path (#540)
Browse files Browse the repository at this point in the history
Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>
  • Loading branch information
congqixia authored Aug 3, 2023
1 parent fb6d3f9 commit 6692fac
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 @@ -76,7 +76,7 @@ pull_request_rules:
- or:
- base=master
- base=v2.2.x
- -files~=^(?!example\/).+
- -files~=^(?!examples\/).+
- "status-success=lint"
actions:
label:
Expand Down

0 comments on commit 6692fac

Please sign in to comment.