-
Notifications
You must be signed in to change notification settings - Fork 657
Expand file tree
/
Copy path.asf.yaml
More file actions
80 lines (74 loc) · 2.22 KB
/
Copy path.asf.yaml
File metadata and controls
80 lines (74 loc) · 2.22 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
# 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 is an open-source full-text search library written in C#, ported from the Apache Lucene project."
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
enabled_merge_buttons:
squash: true
# default commit message when merging with a squash commit
# can either be: DEFAULT | PR_TITLE | PR_TITLE_AND_COMMIT_DETAILS | PR_TITLE_AND_DESC
squash_commit_message: PR_TITLE
merge: false
rebase: true
rulesets:
- name: "Main Branch Protection"
type: branch
branches:
includes:
- "master"
excludes: []
bypass_teams:
- root
restrict_deletion: true
restrict_force_push: true
required_linear_history: true
required_conversation_resolution: true
required_pull_request_reviews:
dismiss_stale_reviews: false
require_last_push_approval: false
require_code_owner_reviews: false
required_approving_review_count: 0
- name: "Maintenace Branch Protection"
type: branch
branches:
includes:
- "release/*"
- "docs/*"
excludes: []
bypass_teams:
- root
restrict_deletion: true
restrict_force_push: false
required_linear_history: false
# autolink LUCENE- and LUCENENET- issues to Jira for historical reference
autolink_jira:
- LUCENE
- LUCENENET