Mergify 2-level checks?
- Dominant language
- Haskell
- Stars
- 1.7k
- Forks
- 750
- Avg merge
- 4d 3h
- Merged PRs (30d)
- 28
Description
**Describe the feature request**
We've recently been discussing on Matrix questions around the number and speed of checks on our PRs. I'm going through the Mergify documentation and found https://docs.mergify.com/merge-queue/two-step/, which would let us run basic checks on PRs during development and then run the full set once approved for merging. This would require rewiring how we use Mergify (for example, it needs its own branches for queued PRs), and might encourage us to switch to using merge queues.
(There were two specific issues that have come up recently:
- Mergify merging while checks were still running because of how we have our tests set up, which might be helped by this reorganization;
- the performance of the OS X checks.)
Contributor guide
Assessment
This issue has not been assessed yet.