Skip to content

Commit 491190e

Browse files
gjtorikianclaude
andcommitted
ci: attribute major-bump migration commit to SDK automation bot
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent d986b28 commit 491190e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release-please.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ jobs:
6666
find . -name 'README.md' -not -path './.git/*' -type f \
6767
-exec sed -i "s|workos-go/v${CURRENT_MAJOR}|workos-go/v${NEW_MAJOR}|g" {} +
6868
69-
git config user.name "github-actions[bot]"
70-
git config user.email "github-actions[bot]@users.noreply.github.com"
69+
git config user.name "workos-sdk-automation[bot]"
70+
git config user.email "255426317+workos-sdk-automation[bot]@users.noreply.github.com"
7171
git add -A
7272
if git diff --staged --quiet; then
7373
echo "No changes to commit"

0 commit comments

Comments
 (0)