Skip to content

Commit e1f21a9

Browse files
authored
Enable GitHub discussions and notifications to mailing lists (#546)
This will enable GitHub discussions and also will send some GitHub notifications to the project mailing lists as the rest of implementations.
1 parent 97a40df commit e1f21a9

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.asf.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ github:
3131
- julia
3232
features:
3333
issues: true
34+
discussions: true
3435
enabled_merge_buttons:
3536
merge: false
3637
rebase: true
@@ -39,6 +40,13 @@ github:
3940
main:
4041
required_linear_history: true
4142

43+
notifications:
44+
45+
issues_status: [email protected]
46+
issues_comment: [email protected]
47+
pullrequests: [email protected]
48+
discussions: [email protected]
49+
4250
# publishes the content of the `asf-site` branch to
4351
# https://arrow.apache.org/julia/
4452
publish:

0 commit comments

Comments
 (0)