This is an automated email from the ASF dual-hosted git repository.
anshum pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/solr.git
The following commit(s) were added to refs/heads/main by this push:
new 01950d6bf46 Add branch protection for branch_10_0 and branch_10x
01950d6bf46 is described below
commit 01950d6bf46f0184164cde50e41f8208f7c46ac2
Author: Anshum Gupta <[email protected]>
AuthorDate: Wed Oct 15 10:15:04 2025 -0700
Add branch protection for branch_10_0 and branch_10x
---
.asf.yaml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/.asf.yaml b/.asf.yaml
index 1f9c004f94b..e8d48a19795 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -21,6 +21,8 @@ github:
# TODO: Add to this list for each new minor release
protected_branches:
main: {}
+ branch_10x: {}
+ branch_10_0: {}
branch_9_0: {}
branch_9_1: {}
branch_9_2: {}