Skip to content

Commit

Permalink
Ci/Mergify: Wait for github actions, not hydra
Browse files Browse the repository at this point in the history
follow up to #2744: Mergify should consider PRs mergable when the Github
actions succeed.
  • Loading branch information
nomeata committed Aug 24, 2021
1 parent 829702a commit c5b424f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ pull_request_rules:
conditions:
- "#approved-reviews-by>=1"
- "#changes-requested-reviews-by=0"
- status-success=hydra:dfinity-ci-build:evaluation
- status-success=hydra:dfinity-ci-build:motoko:all-systems-go
- status-success=build / tests (ubuntu-latest) (pull_request)
- status-success=build / tests (macos-latest) (pull_request)
- base=master
- label=automerge-squash
actions:
Expand All @@ -15,8 +15,8 @@ pull_request_rules:
delete_head_branch: {}
- name: Automatic closing succesfull trials
conditions:
- status-success=hydra:dfinity-ci-build:evaluation
- status-success=hydra:dfinity-ci-build:motoko:all-systems-go
- status-success=build / tests (ubuntu-latest) (pull_request)
- status-success=build / tests (macos-latest) (pull_request)
- label=autoclose
actions:
close:
Expand Down

0 comments on commit c5b424f

Please sign in to comment.