This is an automated email from the ASF dual-hosted git repository.
epugh 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 c8fba2d Add GH issues (#8)
c8fba2d is described below
commit c8fba2db67472fc3d515cbe5fad55e068cd97233
Author: Eric Pugh <[email protected]>
AuthorDate: Fri Oct 31 07:24:58 2025 -0400
Add GH issues (#8)
---
.asf.yaml | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/.asf.yaml b/.asf.yaml
index 1c53387..fbc92f2 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -10,6 +10,10 @@ github:
- java
- mcp
+ features:
+ # Enable issue management
+ issues: true
+
enabled_merge_buttons:
squash: true
merge: false
@@ -18,6 +22,8 @@ github:
# TODO: Add to this list for each new minor release
protected_branches:
main: {}
+
+ del_branch_on_merge: tr
protected_tags:
- "releases/*"