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

kou pushed a commit to branch main
in repository 
https://gitbox.apache.org/repos/asf/arrow-flight-sql-postgresql.git


The following commit(s) were added to refs/heads/main by this push:
     new 7edeb49  Enable GitHub Disucssions (#200)
7edeb49 is described below

commit 7edeb49c97cc34d6ac015c8fe7a862cf0499e821
Author: Sutou Kouhei <[email protected]>
AuthorDate: Mon Mar 24 14:35:57 2025 +0900

    Enable GitHub Disucssions (#200)
    
    Closes GH-199
---
 .asf.yaml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.asf.yaml b/.asf.yaml
index 84deac3..b131eb0 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -28,11 +28,13 @@ github:
     squash: true
   features:
     issues: true
+    discussions: true
 
 notifications:
   commits: [email protected]
-  issues_status: [email protected]
+  discussions: [email protected]
   issues: [email protected]
+  issues_status: [email protected]
   pullrequests: [email protected]
 
 publish:

Reply via email to