You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@juneau.apache.org by ja...@apache.org on 2022/06/23 19:44:22 UTC

[juneau-website] branch asf-site updated: Add publish and github sections to .asf.yaml.

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

jamesbognar pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/juneau-website.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new d86df8457 Add publish and github sections to .asf.yaml.
d86df8457 is described below

commit d86df8457ac6236ac58b23689bf7b153528c9d55
Author: JamesBognar <ja...@salesforce.com>
AuthorDate: Thu Jun 23 15:43:56 2022 -0400

    Add publish and github sections to .asf.yaml.
---
 .asf.yaml | 19 ++++++++++++++++++-
 1 file changed, 18 insertions(+), 1 deletion(-)

diff --git a/.asf.yaml b/.asf.yaml
index e8eee47fe..d27e9b9a8 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -1,7 +1,24 @@
+publish:
+  whoami: asf-site
+  
 notifications:
   commits:      commits@juneau.apache.org
   issues:       dev@juneau.apache.org
   pullrequests: dev@juneau.apache.org
   jira_options: link label worklog
   jobs:         dev@juneau.apache.org
-  discussions:  dev@juneau.apache.org
\ No newline at end of file
+  discussions:  dev@juneau.apache.org
+  
+github:
+  description: "Apache Juneau"
+  homepage: https://juneau.apache.org/
+  labels:
+    - json
+    - juneau
+    - http
+    - rest
+    - apache
+  features:
+    wiki: true
+    issues: true
+    projects: true
\ No newline at end of file