You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uniffle.apache.org by ro...@apache.org on 2022/11/23 07:09:16 UTC

[incubator-uniffle] branch master updated: Add collaborators (#351)

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

roryqi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-uniffle.git


The following commit(s) were added to refs/heads/master by this push:
     new 72ef4e32 Add collaborators (#351)
72ef4e32 is described below

commit 72ef4e32bd98c9c4aaa8c5f1eed45c95f5c9cdb3
Author: roryqi <ro...@apache.org>
AuthorDate: Wed Nov 23 15:09:10 2022 +0800

    Add collaborators (#351)
    
    ### What changes were proposed in this pull request?
    https://cwiki.apache.org/confluence/display/INFRA/Git+-+.asf.yaml+features#Git.asf.yamlfeatures-AssigningexternalcollaboratorswiththetriageroleonGitHub
    Projects may assign external (non-committer) collaborators the triage role for their repository.
    The triage role allows people to assign, edit, and close issues and pull requests, without giving them write access to the code.
    
    I add active contributors to the collaborators list.
    
    ### Why are the changes needed?
    It's convenient for the active contributors to manage issues.
    
    ### Does this PR introduce _any_ user-facing change?
    No
    
    ### How was this patch tested?
    No
    
    Co-authored-by: roryqi <ro...@tencent.com>
---
 .asf.yaml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.asf.yaml b/.asf.yaml
index d80bb155..86b6dac6 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -31,6 +31,10 @@ github:
     issues: true
     # Enable projects for project management boards
     projects: true
+  collaborators:
+    - smallzhongfeng
+    - xianjingfeng
+    - leixm
   enabled_merge_buttons:
     squash: true
     merge: false