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

csantanapr pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwhisk-runtime-deno.git


The following commit(s) were added to refs/heads/master by this push:
     new bc813f0  notifications are a top-level entry (not a child of github) 
(#6)
bc813f0 is described below

commit bc813f017fbd4ce83ee4278e37cd61fcc364bb36
Author: David Grove <[email protected]>
AuthorDate: Mon Mar 1 20:15:39 2021 -0500

    notifications are a top-level entry (not a child of github) (#6)
---
 .asf.yaml | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index 0748d3a..8100aec 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -43,7 +43,9 @@ github:
     merge:   false
     rebase:  false
 
-  notifications:
-    commits:      [email protected]
-    issues:       [email protected]
-    pullrequests: [email protected]
+notifications:
+  commits: [email protected]
+  issues_status: [email protected]
+  issues_comment: [email protected]
+  pullrequests_status: [email protected]
+  pullrequests_comment: [email protected]

Reply via email to