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

kou pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-java.git


The following commit(s) were added to refs/heads/main by this push:
     new bd2173c5 MINOR: Add jbonofre to collaborators (#576)
bd2173c5 is described below

commit bd2173c59c52983a9e1a6cadffb8345294960949
Author: JB Onofré <[email protected]>
AuthorDate: Thu Jan 30 15:21:26 2025 +0100

    MINOR: Add jbonofre to collaborators (#576)
    
    We can add collaborator in the `.asf.yaml`. A collaborator can be
    assigned to GitHub Issue for instance.
---
 .asf.yaml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.asf.yaml b/.asf.yaml
index ead25811..05a8663e 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -33,6 +33,8 @@ github:
   protected_branches:
     main:
       required_linear_history: true
+  collaborators: # Note: the number of collaborators is limited to 10
+    - jbonofre
 notifications:
   commits: [email protected]
   issues_status: [email protected]

Reply via email to