This is an automated email from the ASF dual-hosted git repository.
yuqi1129 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/gravitino.git
The following commit(s) were added to refs/heads/main by this push:
new 3cfee193cd [MINOR] chore: Update repository collaborators (#13199)
3cfee193cd is described below
commit 3cfee193cdec69a19b1ffcb8c215a7b2faf81fbf
Author: Qi Yu <[email protected]>
AuthorDate: Wed Sep 16 22:32:43 2026 +0800
[MINOR] chore: Update repository collaborators (#13199)
### What changes were proposed in this pull request?
Update `github.collaborators` in `.asf.yaml`: add `jiangxt2` and
`LiJie20190102`, and remove the inactive collaborators `noidname01` and
`orenccl`. The resulting list contains 10 collaborators.
### Why are the changes needed?
Grant repository collaborator access to the two contributors while
keeping the list within the limit of 10.
### Does this PR introduce _any_ user-facing change?
No product changes. Only the repository collaborator list is updated.
### How was this patch tested?
Parsed the YAML and verified that the list contains exactly 10 unique
entries, the two new contributors are present, and the two removed
accounts are absent. `git diff --check` passed.
---
.asf.yaml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.asf.yaml b/.asf.yaml
index a4b2e0c678..08c78ea4b4 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -53,8 +53,6 @@ github:
dependabot_alerts: true
dependabot_updates: false
collaborators:
- - noidname01
- - orenccl
- sunxiaojian
- tsungchih
- laserninja
@@ -63,6 +61,8 @@ github:
- danhuawang
- lasdf1234
- nevzheng
+ - jiangxt2
+ - LiJie20190102
# Copilot Code Review ruleset on the default branch (main).
# https://github.com/apache/infrastructure-asfyaml#copilot-code-review
# enabled: true creates the ruleset; false or deleting this block
removes it