Commit 07d50e5
Add Mergify config for automated merge queue (#860)
## Summary
- Adds `.mergify.yml` with a merge queue that rebases queued PRs onto
`main` and re-runs CI, then squash-merges once all checks pass
- PRs enter the queue once they have at least one approved review and no
outstanding change requests, satisfying CODEOWNERS requirements
Fixes #858
## Prerequisites
- [x] The [Mergify GitHub App](https://github.com/apps/mergify) must be
installed on the org (Gage completed this today)
## Test plan
- [x] Validate YAML syntax: `python3 -c "import yaml;
yaml.safe_load(open('.mergify.yml'))"`
- [ ] After merge, confirm Mergify bot activates on the repo
- [ ] Open a test PR to verify queue behavior
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>1 parent 137f0f5 commit 07d50e5
1 file changed
Lines changed: 17 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
0 commit comments