Fix automerge checks (#20156)

This commit is contained in:
Justin Starry 2021-09-24 00:43:52 -04:00 committed by GitHub
parent 72f5bfbae2
commit 355d45ca46
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -20,10 +20,13 @@ pull_request_rules:
conditions:
- and:
- status-success=buildkite/solana
- status-success=Travis CI - Pull Request
- status-success=ci-gate
- label=automerge
- author≠@dont-squash-my-commits
- or:
# only require travis success if docs files changed
- status-success=Travis CI - Pull Request
- -files~=^docs/
- or:
# only require explorer checks if explorer files changed
- status-success=check-explorer