Skip to content

Commit 9c41cdc

Browse files
authored
GH-45813: [Docs] Enable discussions (#45811)
### Rationale for this change See: https://lists.apache.org/thread/wxtcq0xtfcr2rrdlowo93qqvpvhb10pl ### What changes are included in this PR? - turn on discussions - turn on existing features - this is required as the recently updated backend of .asf.yaml will now turn features of that have previously been turned on manually and are not part of the current config - protect main against force pushes - this is imo a basic security feature. any additional rules would need to work with our current release process that currently requires direct pushes to main ### Are these changes tested? The asf yaml parser will send an email if the config is broken, this only works when the change is made from within the repo and not a fork. ### Are there any user-facing changes? Yes, discussions are now available. * GitHub Issue: #45813 Authored-by: Jacob Wujciak-Jens <jacob@wujciak.de> Signed-off-by: Raúl Cumplido <raulcumplido@gmail.com>
1 parent 40c5300 commit 9c41cdc

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.asf.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,19 @@
1818
github:
1919
description: "Apache Arrow is the universal columnar format and multi-language toolbox for fast data interchange and in-memory analytics"
2020
homepage: https://arrow.apache.org/
21+
labels:
22+
- arrow
23+
- parquet
24+
25+
features:
26+
issues: true
27+
projects: true
28+
discussions: true
29+
30+
protected_branches:
31+
# protect main against force push
32+
main: {}
33+
2134
collaborators:
2235
- anjakefala
2336
- hiroyuki-sato
@@ -31,4 +44,5 @@ notifications:
3144
issues_status: issues@arrow.apache.org
3245
issues: github@arrow.apache.org
3346
pullrequests: github@arrow.apache.org
47+
discussions: user@arrow.apache.org
3448
jira_options: link label worklog

0 commit comments

Comments
 (0)