Skip to content

Commit 785b11a

Browse files
authored
Update git identity from typescript-bot to typescript-automation[bot] (#3584)
1 parent 091aec8 commit 785b11a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/keepalive.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ jobs:
1515
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
1616
- run: |
1717
if [[ $(git log --format="%H" --since "50 days" | head -c1 | wc -c) == 0 ]]; then
18-
git config user.email "typescriptbot@microsoft.com"
19-
git config user.name "TypeScript Bot"
18+
git config user.email "290192711+typescript-automation[bot]@users.noreply.github.com"
19+
git config user.name "typescript-automation[bot]"
2020
git commit --allow-empty -m "Automated commit to keep GitHub Actions active"
2121
git push
2222
fi

0 commit comments

Comments
 (0)