Skip to content

Commit 91dbe9b

Browse files
authored
chore: update .asf.yaml to enable GitHub Discussions (apache#2649)
As described on the mailing list [1]. [1]: https://lists.apache.org/thread/551ll326to6wflf2hp87vg01w1pq60ll
1 parent 152d25c commit 91dbe9b

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.asf.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,22 @@ github:
2121
collaborators:
2222
- krlmlr
2323
- nbenn
24-
- ywc88
2524
enabled_merge_buttons:
2625
merge: false
2726
rebase: false
2827
squash: true
2928
features:
29+
discussions: true
3030
issues: true
31+
labels:
32+
- arrow
33+
- database
34+
protected_branches:
35+
main: {}
3136

3237
notifications:
3338
commits: commits@arrow.apache.org
39+
discussions: user@arrow.apache.org
3440
issues_status: issues@arrow.apache.org
3541
issues: github@arrow.apache.org
3642
pullrequests: github@arrow.apache.org

0 commit comments

Comments
 (0)