You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by jo...@apache.org on 2021/04/18 18:22:46 UTC

[arrow-rs] branch master updated: Specify GitHub settings (#2)

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

jorgecarleitao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow-rs.git


The following commit(s) were added to refs/heads/master by this push:
     new 1e4b0e7  Specify GitHub settings (#2)
1e4b0e7 is described below

commit 1e4b0e7fe45e17c30a4c332bb44e9bd279a2d42d
Author: Andy Grove <an...@users.noreply.github.com>
AuthorDate: Sun Apr 18 12:22:39 2021 -0600

    Specify GitHub settings (#2)
---
 .asf.yaml | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/.asf.yaml b/.asf.yaml
index 4bd5191..addd7dd 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -20,3 +20,12 @@ notifications:
   issues:       github@arrow.apache.org
   pullrequests: github@arrow.apache.org
   jira_options: link label worklog
+github:
+  description: "Official Rust implementation of Apache Arrow"
+    homepage: https://arrow.apache.org/
+  enabled_merge_buttons:
+    squash: true
+    merge: false
+    rebase: false
+  features:
+    issues: true
\ No newline at end of file