From 4dd716f469381ee54879ff62e67af40116ff1dc5 Mon Sep 17 00:00:00 2001 From: Jake Bailey <5341706+jakebailey@users.noreply.github.com> Date: Sat, 6 Jun 2026 11:34:52 -0700 Subject: [PATCH] Set bot identity for create-pull-request commits --- .github/workflows/update-core-deps.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/update-core-deps.yml b/.github/workflows/update-core-deps.yml index 00cdaa718..a2fb786a4 100644 --- a/.github/workflows/update-core-deps.yml +++ b/.github/workflows/update-core-deps.yml @@ -69,5 +69,7 @@ jobs: with: commit-message: "🤖 Update core dependencies" title: "Update core dependencies" + author: "typescript-automation[bot] <290192711+typescript-automation[bot]@users.noreply.github.com>" + committer: "typescript-automation[bot] <290192711+typescript-automation[bot]@users.noreply.github.com>" branch: update-core-deps token: ${{ steps.app-token.outputs.token }}