Skip to content

Commit 82a32df

Browse files
authored
Proposal: Enable GitHub Discussions and configure mailing lists (#1174)
* Enable GitHub Discussions and configure mailing lists * Update documentation link
1 parent 4f2b5f1 commit 82a32df

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

.asf.yaml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Apache YAML Features for Git Repositories
2-
# See the documentation at: https://cwiki.apache.org/confluence/display/INFRA/git+-+.asf.yaml+features
2+
# See the documentation at: https://github.com/apache/infrastructure-asfyaml/blob/main/README.md
3+
4+
# See our mailing lists here: https://lucenenet.apache.org/contributing/mailing-lists.html
5+
notifications:
6+
commits: commits@lucenenet.apache.org
7+
issues: dev@lucenenet.apache.org
8+
pullrequests: dev@lucenenet.apache.org
9+
discussions: dev@lucenenet.apache.org
10+
# jobs: builds@lucenenet.apache.org # This is probably too noisy to enable
311

412
github:
513
description: "Apache Lucene.NET"
@@ -24,6 +32,8 @@ github:
2432
issues: true
2533
# Enable projects for project management boards
2634
projects: false
35+
# Enable discussions
36+
discussions: true
2737

2838
# Disallow forced pushes
2939
protected_branches:

0 commit comments

Comments
 (0)