This is an automated email from the ASF dual-hosted git repository.

tuhaihe pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cloudberry.git


The following commit(s) were added to refs/heads/main by this push:
     new c161a095349 Add active contributors as repository collaborators
c161a095349 is described below

commit c161a09534952960396528aab92299700d180e6f
Author: Dianjin Wang <[email protected]>
AuthorDate: Fri Sep 18 11:47:18 2026 +0800

    Add active contributors as repository collaborators
    
    Add five active contributors to the github.collaborators list in
    .asf.yaml:
    
      - Alena0704
      - andr-sokolov
      - Vlasdislav
      - fairyfar
      - MutableFire
    
    ASF INFRA grants everyone on this list triage permission on the
    repository.  Triage is enough for GitHub Actions to start
    automatically on their pull requests, so their CI feedback no longer
    waits for a committer to click "Approve and run" on every push.
    
    Triage does not allow pushing to the repository or merging pull
    requests, so the review requirements in protected_branches stay in
    effect unchanged.
    
    The list is capped at 20 entries by ASF INFRA and can be extended as
    more contributors become regulars.
---
 .asf.yaml | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/.asf.yaml b/.asf.yaml
index 01188659355..78682d6a3d7 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -72,6 +72,19 @@ github:
     # Enable rebase merging for linear history
     rebase: true
 
+  # Repository collaborators (triage access)
+  #
+  # Non-committer contributors listed here get triage permission, which
+  # lets GitHub Actions run automatically on their pull requests without
+  # waiting for a committer's manual approval.  This speeds up the
+  # feedback loop for people who contribute regularly.
+  collaborators:
+    - Alena0704
+    - andr-sokolov
+    - Vlasdislav
+    - fairyfar
+    - MutableFire
+
   # Branch protection rules for the main branch
   protected_branches:
     main:


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to