Skip to content

Commit

Permalink
fix(mergify): Set mergify to look at GA build status (#602)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonsie committed Mar 13, 2020
1 parent 1f120fc commit 0e67816
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- version-*

jobs:
build:
branch-build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down
6 changes: 3 additions & 3 deletions .mergify.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
pull_request_rules:
- name: Automatically merge on CI success and review
conditions:
- status-success=continuous-integration/travis-ci/pr
- status-success=build
- "label=ready to merge"
- "approved-reviews-by=@oss-approvers"
actions:
Expand All @@ -12,7 +12,7 @@ pull_request_rules:
add: ["auto merged"]
- name: Automatically merge PRs from maintainers on CI success and review
conditions:
- status-success=continuous-integration/travis-ci/pr
- status-success=build
- "label=ready to merge"
- "author=@oss-approvers"
actions:
Expand All @@ -23,7 +23,7 @@ pull_request_rules:
add: ["auto merged"]
- name: Automatically merge kork autobump PRs on CI success
conditions:
- status-success=continuous-integration/travis-ci/pr
- status-success=build
- "label~=autobump-*"
- "author:spinnakerbot"
actions:
Expand Down

0 comments on commit 0e67816

Please sign in to comment.