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-shaded.git


The following commit(s) were added to refs/heads/master by this push:
     new c3cf1fb  [KYUUBI-SHADED #56] [INFRA] Disable GitHub Discussions
c3cf1fb is described below

commit c3cf1fb12bc8d3a40c4f6f28dcca568677afcd68
Author: Cheng Pan <[email protected]>
AuthorDate: Mon Apr 14 11:28:20 2025 +0800

    [KYUUBI-SHADED #56] [INFRA] Disable GitHub Discussions
    
    ### _Why are the changes needed?_
    
    Centralize discussions to the [main repo](https://github.com/apache/kyuubi)
    
    > An error occurred while processing the github feature in .asf.yaml:
    >
    > GitHub discussions can only be enabled if a mailing list target exists 
for it.
    
    ### _How was this patch tested?_
    
    Manual check after merging.
    
    Closes #56 from pan3793/gha-discuss.
    
    dde788d [Cheng Pan] [INFRA] Disable GitHub Discussions
    
    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 077c8fc..20dcfa1 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -27,7 +27,7 @@ github:
   protected_branches: ~
   features:
     issues: true
-    discussions: true
+    discussions: false
     wiki: false
     projects: false
 notifications:

Reply via email to