Skip to content

Commit

Permalink
Fix mergify rules not running on github actions passing
Browse files Browse the repository at this point in the history
  • Loading branch information
tongrhj committed May 2, 2021
1 parent 7dac165 commit 16da8e2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/mergify.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
pull_request_rules:
- name: Automatic merge on tests passing
conditions:
- check-success=test / node-10
- check-success=test / node-12
- check-success=test / node-14
- check-success=node-10
- check-success=node-12
- check-success=node-14
actions:
merge:
method: merge

0 comments on commit 16da8e2

Please sign in to comment.