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

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


The following commit(s) were added to refs/heads/main by this push:
     new e1f21a9  Enable GitHub discussions and notifications to mailing lists 
(#546)
e1f21a9 is described below

commit e1f21a9d64f87fbbb4d72fd52a5573e6e13f999b
Author: Raúl Cumplido <[email protected]>
AuthorDate: Fri Apr 11 14:34:33 2025 +0200

    Enable GitHub discussions and notifications to mailing lists (#546)
    
    This will enable GitHub discussions and also will send some GitHub
    notifications to the project mailing lists as the rest of
    implementations.
---
 .asf.yaml | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/.asf.yaml b/.asf.yaml
index e1a6d4f..8284818 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -31,6 +31,7 @@ github:
     - julia
   features:
     issues: true
+    discussions: true
   enabled_merge_buttons:
     merge: false
     rebase: true
@@ -39,6 +40,13 @@ github:
     main:
       required_linear_history: true
 
+notifications:
+  commits: [email protected]
+  issues_status: [email protected]
+  issues_comment: [email protected]
+  pullrequests: [email protected]
+  discussions: [email protected]
+
 # publishes the content of the `asf-site` branch to
 # https://arrow.apache.org/julia/
 publish:

Reply via email to