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

kvn pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-control-plane.git


The following commit(s) were added to refs/heads/master by this push:
     new f7a6432  fix: modify notifications in .asf.yaml (#24)
f7a6432 is described below

commit f7a64329af7671c5699c11a3fc24f4ba7aefb131
Author: kv <[email protected]>
AuthorDate: Fri Sep 4 14:35:21 2020 +0800

    fix: modify notifications in .asf.yaml (#24)
---
 .asf.yaml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index 5d12ba6..fa7aa40 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -44,7 +44,7 @@ github:
     merge:   false
     rebase:  false
 
-  notifications:
-    commits:      [email protected]
-    issues:       [email protected]
-    pullrequests: [email protected]
+notifications:
+  commits:      [email protected]
+  issues:       [email protected]
+  pullrequests: [email protected]

Reply via email to