Skip to content

Commit

Permalink
Merge pull request #425 from bullet-train-co/jeremy/add-commiter-to-v…
Browse files Browse the repository at this point in the history
…ersion-bump-prs

[release process] Add committer to the version bump PRs.
  • Loading branch information
jagthedrummer authored Aug 16, 2023
2 parents c0df9be + a695a74 commit adac1d9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/version-bump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ jobs:
id: cpr
uses: peter-evans/create-pull-request@v5
with:
author: "${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>"
committer: "${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>"
commit-message: "Version bump: ${{ inputs.versionBump }} - ${{ steps.bump-all.outputs.NEW_VERSION_NUMBER }}"
branch: "version-bump/${{ steps.bump-all.outputs.NEW_VERSION_NUMBER }}"
delete-branch: true
Expand Down

0 comments on commit adac1d9

Please sign in to comment.