This is an automated email from the ASF dual-hosted git repository. fanningpj pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/incubator-pekko-site.git
commit f234ff2929eae297ae1bd93bafd30a79f754702b Author: PJ Fanning <[email protected]> AuthorDate: Thu Feb 9 03:32:43 2023 +0100 enable github issues --- .asf.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.asf.yaml b/.asf.yaml index 2056f0e5..b4212a7b 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -1,3 +1,14 @@ +# https://cwiki.apache.org/confluence/display/INFRA/.asf.yaml+features+for+git+repositories + +github: + features: + # Enable wiki for documentation + wiki: false + # Enable issue management + issues: true + # Enable projects for project management boards + projects: false + notifications: commits: [email protected] issues: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
