Files
milvus/.github
zhikunyaoandGitHub e83bcdc2c8 test: revert mergify format upgrade, restore misc section with 3.0 rules (#48758)
## 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>
2026-04-05 01:43:38 +08:00
..