Skip to content

Commit

Permalink
No longer require travis CI success in mergify checks
Browse files Browse the repository at this point in the history
  • Loading branch information
theon committed Jul 14, 2022
1 parent b1a3501 commit 8bc3d74
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@ pull_request_rules:
- name: automatically merge scala-steward's PRs
conditions:
- author=scala-steward
- status-success=continuous-integration/travis-ci/pr
- status-success=codecov/project
- status-success=codecov/patch
- body~=labels:.*semver-patch
actions:
merge:
method: merge
method: merge

0 comments on commit 8bc3d74

Please sign in to comment.