Skip to content

Commit

Permalink
fix(workflows): add swisspost bot as autor (#3244)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidritter-dotcom authored Jul 10, 2024
1 parent 749b032 commit defaff4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: [email protected]
message: 'chore(changesets): update release specific files'
push: true

Expand Down Expand Up @@ -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: [email protected]
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
Expand Down

0 comments on commit defaff4

Please sign in to comment.