From 69e4efbf0e27d64233918bdb6ceaf0ca8a48e5c0 Mon Sep 17 00:00:00 2001 From: Yuji Ueki Date: Tue, 11 Aug 2026 20:21:31 +0900 Subject: [PATCH] chore(ci): use personal git identity for automated commits Automated commits from GitHub Actions were authored as a bot or under an inconsistent name. Attribute them to the repository owner so history and contribution graphs reflect the actual author. --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index ce37769..0f23dab 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -30,7 +30,7 @@ jobs: - name: Setup Git run: | git config --global user.email "unhappychoice@gmail.com" - git config --global user.name "unhappychoice" + git config --global user.name "Yuji Ueki" - name: Install gem-release run: gem install gem-release - name: Bump version