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

tobous pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/db-jdo-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 25c3aa0  Set notification settings in .asf.yaml
25c3aa0 is described below

commit 25c3aa0d6ed17e32c28da8dfc2241d809cd3f46d
Author: Tobias Bouschen <tobias.bousc...@googlemail.com>
AuthorDate: Fri Feb 12 23:12:28 2021 +0100

    Set notification settings in .asf.yaml
    
    Adds specific notification settings in the asf.yaml configuration.
    
    Diverts messages regarding new commits being pushed to the 'jdo-commits'
    mailing list to avoid clogging up 'jdo-dev'. The notifications for
    pull-requests and issues still go to 'jdo-dev'.
    
    Adds the preexisting jira linking options to the configurations. With
    the current configuration, the label 'pull-request-available' and a link
    to the pull-request/issue is automatically added to any Jira ticket that
    is referenced in the pull-request/issue name. See wiki for more details.
---
 .asf.yaml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/.asf.yaml b/.asf.yaml
index fccdcd8..b7d1f22 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -18,3 +18,9 @@ github:
   protected_branches:
     publish:
       allow_force_pushes: true
+
+notifications:
+  commits:      jdo-comm...@db.apache.org
+  issues:       jdo-dev@db.apache.org
+  pullrequests: jdo-dev@db.apache.org
+  jira_options: link label

Reply via email to