Skip to content

Commit 4adefba

Browse files
committed
Minimal .asf.yaml to get correct github notifications in place
1 parent cda37f2 commit 4adefba

1 file changed

Lines changed: 35 additions & 0 deletions

File tree

.asf.yaml

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
# https://cwiki.apache.org/confluence/display/INFRA/Git+-+.asf.yaml+features
2+
3+
github:
4+
description: "Solr MCP Server"
5+
homepage: https://solr.apache.org/
6+
labels:
7+
- lucene
8+
- solr
9+
- search
10+
- java
11+
- mcp
12+
13+
enabled_merge_buttons:
14+
squash: true
15+
merge: false
16+
rebase: false
17+
18+
# TODO: Add to this list for each new minor release
19+
protected_branches:
20+
main: {}
21+
22+
protected_tags:
23+
- "releases/*"
24+
25+
autolink_jira:
26+
- SOLR
27+
28+
collaborators:
29+
- solrbot
30+
31+
notifications:
32+
commits: commits@solr.apache.org
33+
issues: issues@solr.apache.org
34+
pullrequests: issues@solr.apache.org
35+
jira_options: link label worklog

0 commit comments

Comments
 (0)