You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@solr.apache.org by ja...@apache.org on 2024/01/12 11:20:39 UTC

(solr) branch main updated: Various asf.yaml updates (#2185)

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

janhoy 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 0b1d6649e09 Various asf.yaml updates (#2185)
0b1d6649e09 is described below

commit 0b1d6649e09220f81806fd3e4b254f629df960e7
Author: Jan Høydahl <ja...@apache.org>
AuthorDate: Fri Jan 12 12:20:33 2024 +0100

    Various asf.yaml updates (#2185)
    
    * Protect main and all branch_9* branches
    * Protect all release tags
    * Auto link SOLR-NNN jira references
    * Add solrbot as collaborator with triage role for PRs
---
 .asf.yaml | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/.asf.yaml b/.asf.yaml
index b9381e3f818..0f5cdd171df 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -18,6 +18,25 @@ github:
     merge:  false
     rebase: false
 
+  # TODO: Add to this list for each new minor release
+  protected_branches:
+    main: {}
+    branch_9_0: {}
+    branch_9_1: {}
+    branch_9_2: {}
+    branch_9_3: {}
+    branch_9_4: {}
+    branch_9x: {}
+
+  protected_tags:
+    - "releases/*"
+
+  autolink_jira:
+    - SOLR
+
+  collaborators:
+    - solrbot
+
 notifications:
   commits:      commits@solr.apache.org
   issues:       issues@solr.apache.org