From defaff408830ee20c4d703806d55aa02252780d7 Mon Sep 17 00:00:00 2001 From: David Ritter <141235163+davidritter-dotcom@users.noreply.github.com> Date: Wed, 10 Jul 2024 16:32:33 +0200 Subject: [PATCH] fix(workflows): add swisspost bot as autor (#3244) --- .github/workflows/release.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 7c89dde522..dba82aa30b 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -260,6 +260,8 @@ jobs: - name: Commit Changes and Push Branch uses: EndBug/add-and-commit@v9 with: + author_name: Swiss Post Bot + author_email: 103635272+swisspost-bot@users.noreply.github.com message: 'chore(changesets): update release specific files' push: true @@ -374,6 +376,8 @@ jobs: - name: Commit Changes and Push Release Branch uses: EndBug/add-and-commit@v9 with: + author_name: Swiss Post Bot + author_email: 103635272+swisspost-bot@users.noreply.github.com new_branch: ${{ fromJSON(needs.collect-release-data.outputs.release-data).branchName }} message: 'chore(setup): create "${{ fromJSON(needs.collect-release-data.outputs.release-data).branchName }}" branch' push: true