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

vinoth pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hudi.git


The following commit(s) were added to refs/heads/master by this push:
     new 7895a35  [MINOR] Update .asf.yaml to codify notification settings, 
turn on jira comments, gh discussions (#3164)
7895a35 is described below

commit 7895a3586e19a7f66fc2a400c90d8334f255d943
Author: vinoth chandar <[email protected]>
AuthorDate: Wed Jun 30 14:56:56 2021 -0700

    [MINOR] Update .asf.yaml to codify notification settings, turn on jira 
comments, gh discussions (#3164)
    
    - Turn on comment for jira, so we can track PR activity better
    - Create a notification settings that match 
https://gitbox.apache.org/schemes.cgi?hudi
    - Try and turn on "discussions" on Github, to experiment
---
 .asf.yaml | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/.asf.yaml b/.asf.yaml
index 8ebab2d..e061697 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -29,3 +29,13 @@ github:
     - data-integration
     - apachespark
     - apacheflink
+  features:
+    wiki: true
+    issues: true
+    projects: true
+    discussions: true
+notifications:
+  commits:      [email protected]
+  issues:       [email protected]
+  pullrequests: [email protected]
+  jira_options: link label comment

Reply via email to