From 3539ddf943d3b817cfd33d88f0cbd7264f5b5d75 Mon Sep 17 00:00:00 2001 From: Colin McDonnell Date: Wed, 14 Jan 2026 21:15:05 +0000 Subject: [PATCH] Update committer email --- dispatch/entry | 4 ++-- entry | 4 ++-- run/entry | 4 ++-- utils/setup.ts | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/dispatch/entry b/dispatch/entry index 5e7c512..b1251b5 100755 --- a/dispatch/entry +++ b/dispatch/entry @@ -138343,11 +138343,11 @@ function setupGitConfig() { } const shouldSetDefaults = !currentEmail || currentEmail === "github-actions[bot]@users.noreply.github.com"; if (shouldSetDefaults) { - execSync2('git config --local user.email "team@pullfrog.com"', { + execSync2('git config --local user.email "226033991+pullfrog[bot]@users.noreply.github.com"', { cwd: repoDir, stdio: "pipe" }); - execSync2('git config --local user.name "pullfrog"', { + execSync2('git config --local user.name "pullfrog[bot]"', { cwd: repoDir, stdio: "pipe" }); diff --git a/entry b/entry index d507e62..3b0b081 100755 --- a/entry +++ b/entry @@ -138343,11 +138343,11 @@ function setupGitConfig() { } const shouldSetDefaults = !currentEmail || currentEmail === "github-actions[bot]@users.noreply.github.com"; if (shouldSetDefaults) { - execSync2('git config --local user.email "team@pullfrog.com"', { + execSync2('git config --local user.email "226033991+pullfrog[bot]@users.noreply.github.com"', { cwd: repoDir, stdio: "pipe" }); - execSync2('git config --local user.name "pullfrog"', { + execSync2('git config --local user.name "pullfrog[bot]"', { cwd: repoDir, stdio: "pipe" }); diff --git a/run/entry b/run/entry index c7b7524..774d4de 100755 --- a/run/entry +++ b/run/entry @@ -138343,11 +138343,11 @@ function setupGitConfig() { } const shouldSetDefaults = !currentEmail || currentEmail === "github-actions[bot]@users.noreply.github.com"; if (shouldSetDefaults) { - execSync2('git config --local user.email "team@pullfrog.com"', { + execSync2('git config --local user.email "226033991+pullfrog[bot]@users.noreply.github.com"', { cwd: repoDir, stdio: "pipe" }); - execSync2('git config --local user.name "pullfrog"', { + execSync2('git config --local user.name "pullfrog[bot]"', { cwd: repoDir, stdio: "pipe" }); diff --git a/utils/setup.ts b/utils/setup.ts index 8f1dfea..2cdcfa9 100644 --- a/utils/setup.ts +++ b/utils/setup.ts @@ -51,11 +51,11 @@ export function setupGitConfig(): void { !currentEmail || currentEmail === "github-actions[bot]@users.noreply.github.com"; if (shouldSetDefaults) { - execSync('git config --local user.email "team@pullfrog.com"', { + execSync('git config --local user.email "226033991+pullfrog[bot]@users.noreply.github.com"', { cwd: repoDir, stdio: "pipe", }); - execSync('git config --local user.name "pullfrog"', { + execSync('git config --local user.name "pullfrog[bot]"', { cwd: repoDir, stdio: "pipe", });