Skip to content

Commit

Permalink
Remove travis success condition for automerging doc changes (solana-l…
Browse files Browse the repository at this point in the history
  • Loading branch information
jstarry authored May 5, 2022
1 parent 89320d6 commit c5745bb
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ pull_request_rules:
- label!=no-automerge
- author≠@dont-squash-my-commits
- or:
# only require travis success if docs files changed
- status-success=Travis CI - Pull Request
# only require docs checks if docs files changed
# - status-success=<REPLACE WITH GITHUB ACTION>
- -files~=^docs/
- or:
# only require explorer checks if explorer files changed
Expand All @@ -59,11 +59,14 @@ pull_request_rules:
conditions:
- and:
- status-success=buildkite/solana
- status-success=Travis CI - Pull Request
- status-success=ci-gate
- label=automerge
- label!=no-automerge
- author=@dont-squash-my-commits
- or:
# only require docs checks if docs files changed
# - status-success=<REPLACE WITH GITHUB ACTION>
- -files~=^docs/
- or:
# only require explorer checks if explorer files changed
- status-success=check-explorer
Expand Down

0 comments on commit c5745bb

Please sign in to comment.