From 8cc4183bdfe0add06568474d665c6d3ac7149b38 Mon Sep 17 00:00:00 2001 From: Bjorn Lu Date: Mon, 10 Mar 2025 12:27:15 +0800 Subject: [PATCH 1/2] Use full git email for github-actions bot --- src/gitUtils.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gitUtils.ts b/src/gitUtils.ts index b15151ab..4bc4dad0 100644 --- a/src/gitUtils.ts +++ b/src/gitUtils.ts @@ -9,7 +9,7 @@ export const setupUser = async () => { await exec("git", [ "config", "user.email", - `"github-actions[bot]@users.noreply.github.com"`, + `"41898282+github-actions[bot]@users.noreply.github.com"`, ]); }; From 5fac6ae1ef6e675090cdabe2df0c74379a60cbfb Mon Sep 17 00:00:00 2001 From: Bjorn Lu Date: Mon, 10 Mar 2025 12:35:07 +0800 Subject: [PATCH 2/2] Create fluffy-clocks-knock.md --- .changeset/fluffy-clocks-knock.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/fluffy-clocks-knock.md diff --git a/.changeset/fluffy-clocks-knock.md b/.changeset/fluffy-clocks-knock.md new file mode 100644 index 00000000..2f290bc0 --- /dev/null +++ b/.changeset/fluffy-clocks-knock.md @@ -0,0 +1,5 @@ +--- +"@changesets/action": patch +--- + +Use full git email (`41898282+github-actions[bot]@users.noreply.github.com`) for github-actions bot when making commits