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

chengpan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/kyuubi.git


The following commit(s) were added to refs/heads/master by this push:
     new 0627f379e [KYUUBI #5322] [INFRA] Enable GitHub Projects
0627f379e is described below

commit 0627f379e76e9e64154900c3ec9f6d57ed10cee3
Author: Cheng Pan <[email protected]>
AuthorDate: Mon Sep 25 08:38:46 2023 +0000

    [KYUUBI #5322] [INFRA] Enable GitHub Projects
    
    ### _Why are the changes needed?_
    
    This PR aims to enable [GitHub 
Projects](https://docs.github.com/en/issues/planning-and-tracking-with-projects/learning-about-projects/quickstart-for-projects)
 for project management boards, we are planning to use this feature for the 
upcoming 2023 Kyuubi Code Contribution Program.
    
    ### _How was this patch tested?_
    - [ ] Add some test cases that check the changes thoroughly including 
negative and positive cases if possible
    
    - [ ] Add screenshots for manual tests if appropriate
    
    - [ ] [Run 
test](https://kyuubi.readthedocs.io/en/master/contributing/code/testing.html#running-tests)
 locally before make a pull request
    
    ### _Was this patch authored or co-authored using generative AI tooling?_
    
    No
    
    Closes #5322 from pan3793/infra-projects.
    
    Closes #5322
    
    a229b3c4a [Cheng Pan] [INFRA] Enable GitHub Projects
    
    Authored-by: Cheng Pan <[email protected]>
    Signed-off-by: Cheng Pan <[email protected]>
---
 .asf.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.asf.yaml b/.asf.yaml
index b25937889..ec00d6db0 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -39,7 +39,7 @@ github:
     issues: true
     discussions: true
     wiki: false
-    projects: false
+    projects: true
 notifications:
   commits: [email protected]
   issues: [email protected]

Reply via email to