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

hgruszecki pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iggy.git


The following commit(s) were added to refs/heads/master by this push:
     new 4a40d6279 fix(ci): set bot username and email in post-merge git tag 
creation (#2531)
4a40d6279 is described below

commit 4a40d627903c8f34fb2779e7b2c9a3e576b5395f
Author: Hubert Gruszecki <[email protected]>
AuthorDate: Fri Jan 2 16:51:48 2026 +0100

    fix(ci): set bot username and email in post-merge git tag creation (#2531)
---
 .github/workflows/post-merge.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.github/workflows/post-merge.yml b/.github/workflows/post-merge.yml
index e6eb4a9a1..13fbc6520 100644
--- a/.github/workflows/post-merge.yml
+++ b/.github/workflows/post-merge.yml
@@ -269,6 +269,9 @@ jobs:
         env:
           COMPONENTS_TO_PUBLISH: ${{ 
needs.check-docker-auto-publish.outputs.components_to_publish }}
         run: |
+          git config user.name "github-actions[bot]"
+          git config user.email "github-actions[bot]@users.noreply.github.com"
+
           chmod +x scripts/extract-version.sh
 
           for component in $(echo "$COMPONENTS_TO_PUBLISH" | tr ',' ' '); do

Reply via email to