Update committer email
This commit is contained in:
committed by
pullfrog[bot]
parent
3b880eb478
commit
3539ddf943
+2
-2
@@ -138343,11 +138343,11 @@ function setupGitConfig() {
|
|||||||
}
|
}
|
||||||
const shouldSetDefaults = !currentEmail || currentEmail === "github-actions[bot]@users.noreply.github.com";
|
const shouldSetDefaults = !currentEmail || currentEmail === "github-actions[bot]@users.noreply.github.com";
|
||||||
if (shouldSetDefaults) {
|
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,
|
cwd: repoDir,
|
||||||
stdio: "pipe"
|
stdio: "pipe"
|
||||||
});
|
});
|
||||||
execSync2('git config --local user.name "pullfrog"', {
|
execSync2('git config --local user.name "pullfrog[bot]"', {
|
||||||
cwd: repoDir,
|
cwd: repoDir,
|
||||||
stdio: "pipe"
|
stdio: "pipe"
|
||||||
});
|
});
|
||||||
|
|||||||
@@ -138343,11 +138343,11 @@ function setupGitConfig() {
|
|||||||
}
|
}
|
||||||
const shouldSetDefaults = !currentEmail || currentEmail === "github-actions[bot]@users.noreply.github.com";
|
const shouldSetDefaults = !currentEmail || currentEmail === "github-actions[bot]@users.noreply.github.com";
|
||||||
if (shouldSetDefaults) {
|
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,
|
cwd: repoDir,
|
||||||
stdio: "pipe"
|
stdio: "pipe"
|
||||||
});
|
});
|
||||||
execSync2('git config --local user.name "pullfrog"', {
|
execSync2('git config --local user.name "pullfrog[bot]"', {
|
||||||
cwd: repoDir,
|
cwd: repoDir,
|
||||||
stdio: "pipe"
|
stdio: "pipe"
|
||||||
});
|
});
|
||||||
|
|||||||
@@ -138343,11 +138343,11 @@ function setupGitConfig() {
|
|||||||
}
|
}
|
||||||
const shouldSetDefaults = !currentEmail || currentEmail === "github-actions[bot]@users.noreply.github.com";
|
const shouldSetDefaults = !currentEmail || currentEmail === "github-actions[bot]@users.noreply.github.com";
|
||||||
if (shouldSetDefaults) {
|
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,
|
cwd: repoDir,
|
||||||
stdio: "pipe"
|
stdio: "pipe"
|
||||||
});
|
});
|
||||||
execSync2('git config --local user.name "pullfrog"', {
|
execSync2('git config --local user.name "pullfrog[bot]"', {
|
||||||
cwd: repoDir,
|
cwd: repoDir,
|
||||||
stdio: "pipe"
|
stdio: "pipe"
|
||||||
});
|
});
|
||||||
|
|||||||
+2
-2
@@ -51,11 +51,11 @@ export function setupGitConfig(): void {
|
|||||||
!currentEmail || currentEmail === "github-actions[bot]@users.noreply.github.com";
|
!currentEmail || currentEmail === "github-actions[bot]@users.noreply.github.com";
|
||||||
|
|
||||||
if (shouldSetDefaults) {
|
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,
|
cwd: repoDir,
|
||||||
stdio: "pipe",
|
stdio: "pipe",
|
||||||
});
|
});
|
||||||
execSync('git config --local user.name "pullfrog"', {
|
execSync('git config --local user.name "pullfrog[bot]"', {
|
||||||
cwd: repoDir,
|
cwd: repoDir,
|
||||||
stdio: "pipe",
|
stdio: "pipe",
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user