You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@skywalking.apache.org by wu...@apache.org on 2020/05/28 12:19:25 UTC

[skywalking-rocketbot-ui] branch master updated: Fix wrong indentations in .asf.yaml (#300)

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

wusheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking-rocketbot-ui.git


The following commit(s) were added to refs/heads/master by this push:
     new b532657  Fix wrong indentations in .asf.yaml (#300)
b532657 is described below

commit b53265777759ff85eccb7128d34d191874716d16
Author: kezhenxu94 <ke...@apache.org>
AuthorDate: Thu May 28 20:19:19 2020 +0800

    Fix wrong indentations in .asf.yaml (#300)
---
 .asf.yaml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index b6ebb5e..66919a6 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -30,7 +30,7 @@ github:
     merge:   false
     rebase:  false
 
-  notifications:
-    commits:      notifications@skywalking.apache.org
-    issues:       notifications@skywalking.apache.org
-    pullrequests: notifications@skywalking.apache.org
+notifications:
+  commits:      notifications@skywalking.apache.org
+  issues:       notifications@skywalking.apache.org
+  pullrequests: notifications@skywalking.apache.org