You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wayang.apache.org by be...@apache.org on 2022/01/14 11:53:15 UTC

[incubator-wayang] branch main updated: Notification settings for repositories

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

bertty pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-wayang.git


The following commit(s) were added to refs/heads/main by this push:
     new f224ecb  Notification settings for repositories
     new 2a25d56  Merge pull request #52 from CalvinKirs/commit-mail
f224ecb is described below

commit f224ecb1683e96402ff4b3b17cec627daeca2e53
Author: CalvinKirs <ki...@apache.org>
AuthorDate: Thu Jan 13 22:54:08 2022 +0800

    Notification settings for repositories
---
 .asf.yaml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.asf.yaml b/.asf.yaml
index d925a9b..4128488 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -25,3 +25,7 @@ github:
     squash: true
     merge: true
     rebase: false
+
+notifications:
+  commits:      commits@wayang.apache.org
+  pullrequests: commits@wayang.apache.org
\ No newline at end of file