Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mergify: replace strict merge with mergify queues
Problem: Mergify has deprecated strict mode merge in favor of using merge queues. Update the mergify config to use a default merge queue with a rebase and merge strategy which seems to match the strict behavior from before. Drop the status checks from the mergify.yml, since these largely seem to be redundant with GitHub branch protections. (Mergify will not merge until all branch protections are met.)
- Loading branch information