You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@yunikorn.apache.org by wi...@apache.org on 2023/06/08 04:45:32 UTC

[yunikorn-site] branch master updated: [YUNIKORN-1792] fix asf.yaml layout

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

wilfreds pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/yunikorn-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 52262b577 [YUNIKORN-1792] fix asf.yaml layout
52262b577 is described below

commit 52262b577618163fba633f11a8664c8dcb0f8177
Author: Wilfred Spiegelenburg <wi...@apache.org>
AuthorDate: Thu Jun 8 14:45:09 2023 +1000

    [YUNIKORN-1792] fix asf.yaml layout
---
 .asf.yaml | 18 +++++++++++-------
 1 file changed, 11 insertions(+), 7 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index c0687e694..5f45a9086 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -17,6 +17,8 @@
 # under the License.
 #
 
+# https://cwiki.apache.org/confluence/display/INFRA/git+-+.asf.yaml+features
+
 publish:
   whoami: asf-site
   
@@ -28,13 +30,15 @@ github:
     - apache
   enabled_merge_buttons:
     squash: true
-    merge: false
+    merge:  false
     rebase: false
   features:
-    wiki: false
-    issues: false
+    wiki:     false
+    issues:   false
     projects: false
-  notifications:
-    commits:      dev@yunikorn.apache.org
-    pullrequests: reviews@yunikorn.apache.org
-    jira_options: link label
+
+notifications:
+  commits:      issues@yunikorn.apache.org
+  issues:       reviews@yunikorn.apache.org
+  pullrequests: reviews@yunikorn.apache.org
+  jira_options: link label