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


The following commit(s) were added to refs/heads/main by this push:
     new a44f5797 Add .asf.yml (#2)
a44f5797 is described below

commit a44f5797e4524945afce5643aae547da761bef92
Author: Jan Høydahl <[email protected]>
AuthorDate: Fri May 22 00:26:56 2026 +0200

    Add .asf.yml (#2)
---
 .asf.yml | 49 +++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 49 insertions(+)

diff --git a/.asf.yml b/.asf.yml
new file mode 100644
index 00000000..20ebb1b1
--- /dev/null
+++ b/.asf.yml
@@ -0,0 +1,49 @@
+# Apache Software Foundation repository configuration
+# See https://github.com/apache/infrastructure-asfyaml/blob/main/README.md
+
+github:
+  # Repository metadata
+  description: "Apache Solr Orbit macrobenchmarking framework"
+  homepage: https://solr.apache.org/
+  labels:
+    - apache
+    - solr
+    - benchmarking
+    - performance
+    - macrobenchmark
+    - python
+
+  # Enable GitHub Issues; disable unused features
+  features:
+    issues: true
+    wiki: false
+    projects: false
+    discussions: false
+
+  # Allow squash merges only (keeps a linear, clean history)
+  enabled_merge_buttons:
+    squash: true
+    merge: false
+    rebase: false
+
+  # Auto-delete head branch after a PR is merged
+  delete_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
+
+notifications:
+  commits: [email protected]
+  issues: [email protected]
+  pullrequests: [email protected]
+  pullrequests_status: [email protected]
+  pullrequests_comment: [email protected]

Reply via email to