Update git identity from typescript-bot to typescript-automation[bot]#63544
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the Git author identity used by several GitHub Actions workflows, switching from the legacy typescript-bot identity to the typescript-automation[bot] GitHub App bot identity so automated commits and pushes are attributed consistently.
Changes:
- Update
git config user.email/git config user.namein workflows that create commits (LKG, version bump, sync branch, package-lock updates, baseline/lint automation, cherry-pick PR creation). - Update the wiki sync workflow’s
PUSHERenvironment variable to the new bot identity. - Expand PR comment scraping logic to accept either
typescript-botortypescript-automation[bot]as the author login.
Reviewed changes
Copilot reviewed 9 out of 9 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| .github/workflows/update-package-lock.yaml | Update Git commit author identity for automated package-lock updates. |
| .github/workflows/sync-wiki.yml | Update PUSHER identity used when syncing the wiki. |
| .github/workflows/sync-branch.yaml | Update Git commit author identity for automated branch sync merges/commits. |
| .github/workflows/set-version.yaml | Update Git commit author identity for automated version bump commits. |
| .github/workflows/pr-modified-files.yml | Accept bot comments authored by either old or new bot login. |
| .github/workflows/new-release-branch.yaml | Update Git commit author identity for automated release-branch version/LKG commits. |
| .github/workflows/lkg.yml | Update Git commit author identity for automated LKG commits. |
| .github/workflows/create-cherry-pick-pr.yml | Update Git commit author identity for automated cherry-pick branch commits. |
| .github/workflows/accept-baselines-fix-lints.yaml | Update Git commit author identity for automated baseline/lint/format commits. |
gabritto
approved these changes
Jun 8, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.