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


The following commit(s) were added to refs/heads/main by this push:
     new bc196bba28c Use SolrBot as identity for renovate-changelog workflow
bc196bba28c is described below

commit bc196bba28cec32fe83974ff11a4ae899ad49fd8
Author: Jan Høydahl <[email protected]>
AuthorDate: Tue Nov 18 18:57:39 2025 +0100

    Use SolrBot as identity for renovate-changelog workflow
---
 .github/workflows/renovate-changelog.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/renovate-changelog.yml 
b/.github/workflows/renovate-changelog.yml
index 6e9a0d9c8b4..a4ccf81387c 100644
--- a/.github/workflows/renovate-changelog.yml
+++ b/.github/workflows/renovate-changelog.yml
@@ -52,8 +52,8 @@ jobs:
           fi
 
           # Configure git with a separate author identity for the workflow
-          git config user.name "renovate-bot"
-          git config user.email "[email protected]"
+          git config user.name "SolrBot"
+          git config user.email "<[email protected]>"
 
           # Add and commit the changelog entry
           git add changelog/unreleased/

Reply via email to