Skip to content

Commit

Permalink
Fix dco-pass rule in mergify check for v1.0.x branch (#193)
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 Aug 18, 2023
1 parent 4cbe675 commit 7a70487
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ pull_request_rules:
- name: Add needs-dco label when DCO check failed
conditions:
- or:
- -base=main
- -base=v.+
- base=main
- base=v.+
- -status-success=DCO
actions:
label:
Expand All @@ -17,7 +17,9 @@ pull_request_rules:
- name: Add dco-passed label when DCO check passed
conditions:
- base=main
- or:
- base=main
- base=v.+
- status-success=DCO
actions:
label:
Expand Down

0 comments on commit 7a70487

Please sign in to comment.