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 de994fd9 Improve .asf.yaml
de994fd9 is described below
commit de994fd9d4de94fdb9dd5654cdd073dcc3c3ab33
Author: Jan Høydahl <[email protected]>
AuthorDate: Fri May 22 09:16:05 2026 +0200
Improve .asf.yaml
---
.asf.yaml | 12 +++++-------
1 file changed, 5 insertions(+), 7 deletions(-)
diff --git a/.asf.yaml b/.asf.yaml
index a2e7ce37..fe663cd4 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -26,12 +26,12 @@ github:
merge: false
rebase: false
- # Auto-delete head branch after a PR is merged
- delete_branch_on_merge: true
+ pull_requests:
+ # Auto-delete head branch after a PR is merged
+ del_branch_on_merge: true
- # GitHub Pages
- ghp_branch: gh-pages
- ghp_path: ~
+ autolink_jira:
+ - SOLR
# Branch protection ruleset
rulesets:
@@ -52,5 +52,3 @@ notifications:
commits: [email protected]
issues: [email protected]
pullrequests: [email protected]
- pullrequests_status: [email protected]
- pullrequests_comment: [email protected]