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

hansva pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-hop.git


The following commit(s) were added to refs/heads/master by this push:
     new 95e6bab  Update asf.yaml to send PR mails to commits@..
     new e85a110  Merge pull request #971 from hansva/master
95e6bab is described below

commit 95e6bab7138633d11fe588d1a228a1e6e06806e7
Author: Hans Van Akelyen <[email protected]>
AuthorDate: Wed Jul 28 13:49:57 2021 +0200

    Update asf.yaml to send PR mails to commits@..
---
 .asf.yaml | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index 3d281f0..9d83527 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -17,6 +17,11 @@
 
 # 
https://cwiki.apache.org/confluence/display/INFRA/.asf.yaml+features+for+git+repositories
 ---
+notifications:
+  commits: [email protected]
+  pullrequests: [email protected]
+  jira_options: link label worklog
+
 github:
   description: "Hop Orchestration Platform"
   homepage: https://hop.apache.org/
@@ -39,10 +44,6 @@ github:
     merge: true
     rebase: false
 
-  notifications:
-    commits: [email protected]
-    jira_options: link label worklog
-
 #remove ~ when enabling the protection
   protected_branches: ~
 #    master:

Reply via email to