-
Notifications
You must be signed in to change notification settings - Fork 212
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
`queue_conditions` prevent a PR from entering the merge queue. What we really want is `merge_conditions`, which allows PRs to embark on the merge train while integration tests are still running, and only actually merge when the tests are successful. Also, we can use `queue_conditions` to consolidate and clean up the condition logic in our `pull_request_rules`. https://docs.mergify.com/merge-queue/setup/#configuring-the-merge-queue-rules Tested successfully in Agoric/mergify-experiements#13
- Loading branch information
Showing
1 changed file
with
13 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters