Remove travis success condition for automerging doc changes (#24997)

This commit is contained in:
Justin Starry 2022-05-05 11:31:01 +08:00 committed by GitHub
parent 89320d64c6
commit c5745bb51b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 3 deletions

View File

@ -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
@ -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