From e04043ccc98ea63e16cc36ded77c6a6a43a48bb9 Mon Sep 17 00:00:00 2001 From: James Cahill Date: Tue, 27 Jun 2023 08:31:04 +0100 Subject: [PATCH] (ci/github/lint/write): Set commit author --- .github/workflows/lint-write.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/lint-write.yml b/.github/workflows/lint-write.yml index 4087ffb8..a2dc5a94 100644 --- a/.github/workflows/lint-write.yml +++ b/.github/workflows/lint-write.yml @@ -32,3 +32,4 @@ jobs: with: commit_message: "(lint): Run prettier against ${{ github.sha }}" branch: ${{ github.head_ref }} + commit_author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> # instead of the default being the author of the triggering commit.