Commit df4b0a9
authored
ci: align Mergify queue checks with main (#902)
## Summary
- switch the Mergify base branch condition from master to main
- require both docker-test matrix checks in the dependabot merge queue
## Verification
- docker compose -f .devcontainer/docker-compose.yml up -d
- docker exec devcontainer-app-1 bash -lc 'cd /workspace && make setup
&& make ready'
## Notes
- this slice changes only .mergify.yml and was rebuilt from main after
#901 merged
- the Dev Container mount for linked worktrees does not preserve
in-container git metadata, so verification was executed from /workspace
without relying on git commands inside the container1 parent 51ce79a commit df4b0a9
1 file changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | | - | |
| 11 | + | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
| |||
0 commit comments