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

emaynard pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/polaris.git


The following commit(s) were added to refs/heads/main by this push:
     new c72986f5e Renovate PRs, branch name + PR subject (#2060)
c72986f5e is described below

commit c72986f5e2c7d75b733346364554bada8ffd9a0c
Author: Robert Stupp <sn...@snazy.de>
AuthorDate: Tue Jul 15 18:16:41 2025 +0200

    Renovate PRs, branch name + PR subject (#2060)
    
    Until June, Renovate PRs behaved a little bit different than today. The 
difference is the branch name. Before it was something like 
`renovate-bot/renovate/main/org.openapi.generator-7.x`, now it's like 
`renovate-bot/renovate/main-main/actions-stale-digest` (branch name is 
duplicated).
    
    I also noticed that the branch name is repeated in the PR subject, which 
started to be that way some longer ago.
    
    This change removes both duplications.
---
 .github/renovate.json5 | 2 --
 1 file changed, 2 deletions(-)

diff --git a/.github/renovate.json5 b/.github/renovate.json5
index 01d9e7596..c87f3f2e5 100644
--- a/.github/renovate.json5
+++ b/.github/renovate.json5
@@ -35,8 +35,6 @@
     "main",
     "release/1.0.x",
   ],
-  additionalBranchPrefix: "{{baseBranch}}/",
-  commitMessagePrefix: "{{baseBranch}}: ",
 
   pip_requirements: {
     // fileMatch default: (^|/)([\\w-]*)requirements\\.(txt|pip)$

Reply via email to