enhance: add new committers (#49862)

## Summary
- Add foxspy and zhuwenxing to the Milvus committers list.

## Test plan
- [x] `git diff --check origin/master...HEAD`
- [x] `ruby -ryaml -e 'data = YAML.load_file("COMMITTERS");
abort("missing committers") unless data.is_a?(Hash) &&
data["committers"].is_a?(Array); abort("missing foxspy") unless
data["committers"].include?("foxspy"); abort("missing zhuwenxing")
unless data["committers"].include?("zhuwenxing"); puts
"committers=#{data["committers"].size}"'`

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
James
2026-05-18 09:54:28 +08:00
committed by GitHub
co-authored by Claude Opus 4.7
parent 2d9197b668
commit 650492e336
+2
View File
@@ -14,3 +14,5 @@ committers:
- chyezh
- xiaocai2333
- weiliu1031
- foxspy
- zhuwenxing