Skip to content

Commit

Permalink
Update mergify to check GHA status (#1426)
Browse files Browse the repository at this point in the history
  • Loading branch information
pavannd1 committed May 4, 2022
1 parent f3801e7 commit 04fc133
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,12 @@ queue_rules:
- name: default
conditions:
- "#approved-reviews-by>=1"
- status-success=Travis CI - Pull Request
- check-success=gomod
- check-success=lint
- check-success=test
- check-success=build
- check-success=docs
- check-success=release
- label=kueue
- label!="hold off merging"

Expand All @@ -11,7 +16,12 @@ pull_request_rules:
conditions:
- base=master
- "#approved-reviews-by>=1"
- status-success=Travis CI - Pull Request
- check-success=gomod
- check-success=lint
- check-success=test
- check-success=build
- check-success=docs
- check-success=release
- label=kueue
- label!="hold off merging"
actions:
Expand Down

0 comments on commit 04fc133

Please sign in to comment.