This is an automated email from the ASF dual-hosted git repository. fanningpj pushed a commit to branch pjfanning-patch-1 in repository https://gitbox.apache.org/repos/asf/incubator-stormcrawler-site.git
commit 56afb3c2a0e7f0bd14de59a9dc2fe315b7fab701 Author: PJ Fanning <[email protected]> AuthorDate: Mon Apr 15 22:21:02 2024 +0200 changes to .asf.yaml --- .asf.yaml | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/.asf.yaml b/.asf.yaml index 2775d4d..735437d 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -1,8 +1,22 @@ +# https://cwiki.apache.org/confluence/display/INFRA/Git+-+.asf.yaml+features + notifications: commits: [email protected] issues: [email protected] - pullrequests: [email protected] - + pullrequests: [email protected] + publish: profile: ~ whoami: asf-site + +github: + description: "Source for the Apache StormCrawler web site" + homepage: https://stormcrawler.apache.org/ + features: + # Enable wiki for documentation + wiki: true + # Enable issue management + issues: true + # Enable projects for project management boards + projects: false +
