This is an automated email from the ASF dual-hosted git repository.

hossman pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/solr-mcp.git


The following commit(s) were added to refs/heads/main by this push:
     new 4adefba  Minimal .asf.yaml to get correct github notifications in place
4adefba is described below

commit 4adefba837b5e5653f52c89bd1d1a1d8505a1708
Author: Chris Hostetter <[email protected]>
AuthorDate: Mon Oct 27 09:22:44 2025 -0700

    Minimal .asf.yaml to get correct github notifications in place
---
 .asf.yaml | 35 +++++++++++++++++++++++++++++++++++
 1 file changed, 35 insertions(+)

diff --git a/.asf.yaml b/.asf.yaml
new file mode 100644
index 0000000..1c53387
--- /dev/null
+++ b/.asf.yaml
@@ -0,0 +1,35 @@
+# https://cwiki.apache.org/confluence/display/INFRA/Git+-+.asf.yaml+features
+
+github:
+  description: "Solr MCP Server"
+  homepage: https://solr.apache.org/
+  labels:
+    - lucene
+    - solr
+    - search
+    - java
+    - mcp
+
+  enabled_merge_buttons:
+    squash: true
+    merge:  false
+    rebase: false
+
+  # TODO: Add to this list for each new minor release
+  protected_branches:
+    main: {}
+
+  protected_tags:
+    - "releases/*"
+
+  autolink_jira:
+    - SOLR
+
+  collaborators:
+    - solrbot
+
+notifications:
+  commits:      [email protected]
+  issues:       [email protected]
+  pullrequests: [email protected]
+  jira_options: link label worklog

Reply via email to