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-format.git
The following commit(s) were added to refs/heads/master by this push:
new 3857dc1 Add github section in asf.yaml to enable issues (#255)
3857dc1 is described below
commit 3857dc11675dfa78dce3851b9563cfbb0902ca32
Author: Gang Wu <[email protected]>
AuthorDate: Fri Jun 21 10:06:51 2024 +0800
Add github section in asf.yaml to enable issues (#255)
---
.asf.yaml | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
diff --git a/.asf.yaml b/.asf.yaml
index 7c14749..1182ce7 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 Format"
+ homepage: https://parquet.apache.org/
+ labels:
+ - apache
+ - parquet
+ - parquet-format
+
+ enabled_merge_buttons:
+ merge: false
+ squash: true
+ rebase: false
+
+ features:
+ wiki: false
+ issues: true
+ projects: false
+
notifications:
commits: [email protected]
issues: [email protected]