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 607b30d Add .asf.yml (#2)
607b30d is described below
commit 607b30d5c21de8ddaab678a1b3d5fbd7157f2ebe
Author: Jan Høydahl <[email protected]>
AuthorDate: Fri May 22 02:15:12 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 0000000..ec4c3a7
--- /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: "Default workload specifications for the Apache Solr Orbit
macrobenchmarking framework"
+ homepage: https://solr.apache.org/
+ labels:
+ - apache
+ - solr
+ - benchmark
+ - macrobenchmark
+ - search
+ - performanceK
+
+ # 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]