This is an automated email from the ASF dual-hosted git repository.
knmc pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/openoffice-docs.git
The following commit(s) were added to refs/heads/main by this push:
new b8ff14b Update .asf.yaml
b8ff14b is described below
commit b8ff14bf1dc18723bb3b3a4d5f77b2ecc12a75a5
Author: Keith N. McKenna <[email protected]>
AuthorDate: Tue Feb 9 17:21:28 2021 -0500
Update .asf.yaml
Enable Issues and Projects
---
Docs/.asf.yaml | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
diff --git a/Docs/.asf.yaml b/Docs/.asf.yaml
index 16c838f..725f769 100644
--- a/Docs/.asf.yaml
+++ b/Docs/.asf.yaml
@@ -1,7 +1,8 @@
-github:
- features:
- projects: true
-
+#Configure .asf.yaml
github:
ghp_branch: Main
-ghp_path: /docs
\ No newline at end of file
+ghp_path: /docs
+ # Enable issue management
+ issues: true
+ # Enable projects for project management boards
+ projects: true
\ No newline at end of file