forked from apache/lucenenet
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.asf.yaml
More file actions
40 lines (36 loc) · 1.01 KB
/
Copy path.asf.yaml
File metadata and controls
40 lines (36 loc) · 1.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# Apache YAML Features for Git Repositories
# See the documentation at: https://github.com/apache/infrastructure-asfyaml/blob/main/README.md
# See our mailing lists here: https://lucenenet.apache.org/contributing/mailing-lists.html
notifications:
commits: commits@lucenenet.apache.org
issues: dev@lucenenet.apache.org
pullrequests: dev@lucenenet.apache.org
discussions: dev@lucenenet.apache.org
# jobs: builds@lucenenet.apache.org # This is probably too noisy to enable
github:
description: "Apache Lucene.NET"
homepage: https://lucenenet.apache.org/
labels:
- lucenenet
- lucene
- text
- search
- information
- retrieval
- analysis
- index
- query
- apache
- hacktoberfest
features:
# Enable wiki for documentation
wiki: false
# Enable issues management
issues: true
# Enable projects for project management boards
projects: false
# Enable discussions
discussions: true
# Disallow forced pushes
protected_branches:
master: {}