We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cda37f2 commit 4adefbaCopy full SHA for 4adefba
1 file changed
.asf.yaml
@@ -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