From 47f1f184a113e9198d977ffdfde964cc82690bc7 Mon Sep 17 00:00:00 2001 From: Jacob Wujciak-Jens Date: Sun, 16 Mar 2025 18:05:15 +0100 Subject: [PATCH 1/4] update metadata --- .asf.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.asf.yaml b/.asf.yaml index 685776c9a38..5fb5d8a77e0 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -18,6 +18,10 @@ github: description: "Apache Arrow is the universal columnar format and multi-language toolbox for fast data interchange and in-memory analytics" homepage: https://arrow.apache.org/ + labels: + - arrow + - parquet + collaborators: - anjakefala - hiroyuki-sato From bef7b986ad2e9c48e589dbdd7c436c89f9cf8d51 Mon Sep 17 00:00:00 2001 From: Jacob Wujciak-Jens Date: Sun, 16 Mar 2025 18:05:51 +0100 Subject: [PATCH 2/4] enable discussions and existing features --- .asf.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.asf.yaml b/.asf.yaml index 5fb5d8a77e0..b896bf37817 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -22,6 +22,11 @@ github: - arrow - parquet + features: + issues: true + projects: true + discussions: true + collaborators: - anjakefala - hiroyuki-sato @@ -35,4 +40,5 @@ notifications: issues_status: issues@arrow.apache.org issues: github@arrow.apache.org pullrequests: github@arrow.apache.org + discussions: users@arrow.apache.org jira_options: link label worklog From 35fd9dd789f07ced5c7e417e4c5801ec0fe11bfc Mon Sep 17 00:00:00 2001 From: Jacob Wujciak-Jens Date: Sun, 16 Mar 2025 18:06:02 +0100 Subject: [PATCH 3/4] protext main against force push --- .asf.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.asf.yaml b/.asf.yaml index b896bf37817..f53467a6e77 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -27,6 +27,10 @@ github: projects: true discussions: true + protected_branches: + # protect main against force push + main: {} + collaborators: - anjakefala - hiroyuki-sato From 60ba4b961ad299ec7a381a259274dd4c1c0233b1 Mon Sep 17 00:00:00 2001 From: Jacob Wujciak-Jens Date: Sun, 16 Mar 2025 18:19:23 +0100 Subject: [PATCH 4/4] fix ML name --- .asf.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.asf.yaml b/.asf.yaml index f53467a6e77..fefb57d8015 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -44,5 +44,5 @@ notifications: issues_status: issues@arrow.apache.org issues: github@arrow.apache.org pullrequests: github@arrow.apache.org - discussions: users@arrow.apache.org + discussions: user@arrow.apache.org jira_options: link label worklog