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-orbit-workloads.git


The following commit(s) were added to refs/heads/main by this push:
     new 6ddd2a7  Improve asf.yaml
6ddd2a7 is described below

commit 6ddd2a7cbd2a76e9d4fe8886773e670fd993e48e
Author: Jan Høydahl <[email protected]>
AuthorDate: Fri May 22 09:04:30 2026 +0200

    Improve asf.yaml
---
 .asf.yml => .asf.yaml | 40 +++++++++++++++++++++++++---------------
 1 file changed, 25 insertions(+), 15 deletions(-)

diff --git a/.asf.yml b/.asf.yaml
similarity index 59%
rename from .asf.yml
rename to .asf.yaml
index ec4c3a7..4c68476 100644
--- a/.asf.yml
+++ b/.asf.yaml
@@ -11,7 +11,7 @@ github:
     - benchmark
     - macrobenchmark
     - search
-    - performanceK
+    - performance
 
   # Enable GitHub Issues; disable unused features
   features:
@@ -27,23 +27,33 @@ github:
     rebase: false
 
   # Auto-delete head branch after a PR is merged
-  delete_branch_on_merge: true
+  pull_requests:
+    del_branch_on_merge: true
 
-  # Branch protection for the default branch
-  protected_branches:
-    main:
-      required_pull_request_reviews:
-        dismiss_stale_reviews: true
-        require_last_push_approval: true
-        required_approving_review_count: 1
-      # Enforce linear history (no merge commits)
-      required_linear_history: true
-      # All PR comments must be resolved before merge
-      required_conversation_resolution: true
+  # Branch protection
+  rulesets:
+    - name: "Default Branch Protection"
+      type: branch
+      branches:
+        includes:
+          - "~DEFAULT_BRANCH"
+          - "release/*"
+          - "rel/*"
+          - "9"
+          - "10"
+          - "11"
+          - "12"
+          - "13"
+        excludes: []
+      bypass_teams:
+        - root
+      restrict_deletion: true
+      restrict_force_push: true
+
+  autolink_jira:
+    - SOLR
 
 notifications:
   commits: [email protected]
   issues: [email protected]
   pullrequests: [email protected]
-  pullrequests_status: [email protected]
-  pullrequests_comment: [email protected]

Reply via email to