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 <[email protected]>
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: [email protected]
issues: [email protected]
pullrequests: [email protected]
jira_options: link label worklog
jobs: [email protected]
- discussions: [email protected]
\ No newline at end of file
+ discussions: [email protected]
+
+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