Skip to content

Commit

Permalink
update mergify (#2784)
Browse files Browse the repository at this point in the history
  • Loading branch information
Borda committed Aug 1, 2020
1 parent 3772601 commit f9ccb0f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,13 @@ pull_request_rules:
- "#review-requested=0"
# no requested chnages from any reviewer
- "#changes-requested-reviews-by=0"
# this serves as ALL check has to pass as we have actually 35 tests in total
- "#status-success>=35"
# this serves as ALL check has to pass as we have actually around 40 tests in total
- "#status-success>=39"
# this is just in case since we rely on GPU tests (note: redundand to the above)
- status-success=continuous-integration/drone/pr
- "status-success=ci/circleci: TPU-tests"
# this is patter-like, unofrunatly serves as `any(...)` (note: redundand to the above)
- "status-success~=^ci/circleci:"
#- "status-success~=^ci/circleci:"
# no conflict with master branch
- -conflict
# was not closed yet
Expand Down

0 comments on commit f9ccb0f

Please sign in to comment.