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

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


The following commit(s) were added to refs/heads/main by this push:
     new 9a41d1b462 [MINOR] Enable GitHub Discussions (#6950)
9a41d1b462 is described below

commit 9a41d1b462719444eb996ec7b43228c86e0f4a44
Author: Kang <[email protected]>
AuthorDate: Wed Apr 16 08:58:00 2025 +0800

    [MINOR] Enable GitHub Discussions (#6950)
    
    ### What changes were proposed in this pull request?
    
    Enable GitHub Discussions
    
    ### Why are the changes needed?
    
    Enable GitHub Discussions
    
    ### Does this PR introduce _any_ user-facing change?
    
    N/A
    
    ### How was this patch tested?
    
    N/A
---
 .asf.yaml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.asf.yaml b/.asf.yaml
index 808ecd0f3a..b974606a0c 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -37,6 +37,8 @@ github:
     issues: true
     # Enable projects for project management boards
     projects: true
+    # Enable GitHub Discussions for community discussions
+    discussions: true
   enabled_merge_buttons:
     squash: true
     merge: false

Reply via email to