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

gangwu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/parquet-java.git


The following commit(s) were added to refs/heads/master by this push:
     new 5ac50884e Add github section in asf.yaml to enable issues (#1362)
5ac50884e is described below

commit 5ac50884e9ee27a1ce3ee18cc5ed4422147e5387
Author: Gang Wu <[email protected]>
AuthorDate: Fri Jun 21 10:06:38 2024 +0800

    Add github section in asf.yaml to enable issues (#1362)
---
 .asf.yaml | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/.asf.yaml b/.asf.yaml
index 7c14749b2..434176366 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -18,6 +18,24 @@
 #
 # https://cwiki.apache.org/confluence/display/INFRA/git+-+.asf.yaml+features
 #
+github:
+  description: "Apache Parquet Java"
+  homepage: https://parquet.apache.org/
+  labels:
+    - apache
+    - parquet
+    - parquet-java
+  
+  enabled_merge_buttons:
+    merge: false
+    squash: true
+    rebase: false
+  
+  features:
+    wiki: false
+    issues: true
+    projects: false
+
 notifications:
   commits:      [email protected]
   issues:       [email protected]

Reply via email to