From b96e6d84dec66fc675a759fcbd4fe2a9d4f205c8 Mon Sep 17 00:00:00 2001 From: Jinsoo Heo Date: Wed, 1 Jul 2026 12:13:01 +0900 Subject: [PATCH] ci: [sc-18827] pin-gate committer -> chronicle-github[bot] numeric noreply (App rename prep) --- .github/workflows/chronicle-image-pin-gate.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/chronicle-image-pin-gate.yml b/.github/workflows/chronicle-image-pin-gate.yml index 270193d..62b720f 100644 --- a/.github/workflows/chronicle-image-pin-gate.yml +++ b/.github/workflows/chronicle-image-pin-gate.yml @@ -164,8 +164,8 @@ jobs: esac done <<< "$changed" [ -n "$pinned_files" ] || { echo "No auto-pins to push."; exit 0; } - git config user.name "chronicle-github-bot[bot]" - git config user.email "chronicle-github-bot[bot]@users.noreply.github.com" + git config user.name "chronicle-github[bot]" + git config user.email "294648363+chronicle-github[bot]@users.noreply.github.com" git add -- $pinned_files git commit -m "ci: auto-pin chronicle image digests" git push origin "HEAD:${HEAD_REF}"