You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by tr...@apache.org on 2020/05/05 07:22:00 UTC

[flink-shaded] branch master updated: [FLINK-17513] Send issues and pull request notifications to issues@flink.apache.org

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

trohrmann pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink-shaded.git


The following commit(s) were added to refs/heads/master by this push:
     new c797b37  [FLINK-17513] Send issues and pull request notifications to issues@flink.apache.org
c797b37 is described below

commit c797b3721fda0e0cde88be1dcd4e91892b1c3465
Author: Till Rohrmann <tr...@apache.org>
AuthorDate: Tue May 5 09:08:49 2020 +0200

    [FLINK-17513] Send issues and pull request notifications to issues@flink.apache.org
    
    This closes #86.
---
 .asf.yaml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/.asf.yaml b/.asf.yaml
index 930c896..05468b5 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -1,3 +1,9 @@
+notifications:
+    commits:      commits@flink.apache.org
+    issues:       issues@flink.apache.org
+    pullrequests: issues@flink.apache.org
+    jira_options: link label
+
 github:
   enabled_merge_buttons:
     squash: true