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

cws pushed a commit to branch enable-wiki
in repository https://gitbox.apache.org/repos/asf/iceberg.git

commit 45be0233481c3c6e641d2469741e6772dc4ae17b
Author: Carl Steinbach <[email protected]>
AuthorDate: Wed Jun 2 13:37:11 2021 -0700

    Enable Github Wiki and Project Board features
    
    This patch enables the Wiki and Project Board features for the Iceberg
    repository.
    
    Please consult the following links for more information about these
    features:
    
     - 
https://docs.github.com/en/issues/organizing-your-work-with-project-boards
     - 
https://docs.github.com/en/communities/documenting-your-project-with-wikis/about-wikis
---
 .asf.yaml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.asf.yaml b/.asf.yaml
index aa1647d..494c5da 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -23,6 +23,10 @@ github:
   labels:
     - iceberg
     - apache
+  features:
+    wiki: true
+    issues: true
+    projects: true
 
 notifications:
     commits:      [email protected]

Reply via email to