Update committer email

This commit is contained in:
Colin McDonnell
2026-01-14 21:15:05 +00:00
committed by pullfrog[bot]
parent 3b880eb478
commit 3539ddf943
4 changed files with 8 additions and 8 deletions
+2 -2
View File
@@ -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"
});
+2 -2
View File
@@ -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"
});
+2 -2
View File
@@ -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"
});
+2 -2
View File
@@ -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",
});