mirror of
https://github.com/milvus-io/milvus.git
synced 2026-07-21 10:15:43 +00:00
## Summary Revert `ci(mergify): upgrade configuration to current format (#46385)` which removed the `misc:` section and broke mergify rule evaluation — all PRs stuck on "Your rules are under evaluation". Restore the `misc:` section with YAML anchors (the working format) and include 3.0 branch CI rules. **Root cause**: The format upgrade removed `misc:` and inlined anchors into `pull_request_rules:`. This caused mergify to get stuck evaluating rules indefinitely. ## Test plan - [ ] After merge, verify mergify processes PRs again (ci-passed labels appear) - [ ] Verify 3.0 branch PRs get ci-passed with 4 checkers Signed-off-by: Zhikun Yao <zhikun.yao@zilliz.com>