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

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


The following commit(s) were added to refs/heads/main by this push:
     new 7214070b chore: Enable discussions in .asf.yaml (#737)
7214070b is described below

commit 7214070b22d3823eaa996b489bc2deeec719a3ac
Author: Dewey Dunnington <[email protected]>
AuthorDate: Fri Apr 4 12:53:30 2025 -0500

    chore: Enable discussions in .asf.yaml (#737)
    
    Mailing list thread voting to enable them:
    https://lists.apache.org/thread/551ll326to6wflf2hp87vg01w1pq60ll
    
    The ADBC PR I used as a template for this change:
    https://github.com/apache/arrow-adbc/pull/2649
    
    I also synced a few other fields from ADBC's .asf.yaml that seemed
    relevant (protected branches, issues_status mailing list).
---
 .asf.yaml | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/.asf.yaml b/.asf.yaml
index 515ce77e..44efd8d4 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -23,8 +23,15 @@ github:
     squash:  true
   features:
     issues: true
+    discussions: true
+  labels:
+    - arrow
+  protected_branches:
+    main: {}
 
 notifications:
   commits:      [email protected]
+  discussions:  [email protected]
+  issues_status: [email protected]
   issues:       [email protected]
   pullrequests: [email protected]

Reply via email to