Skip to content

Commit

Permalink
Merge pull request #293 from thefrontside/cl/sign-pr-commits-deaux
Browse files Browse the repository at this point in the history
👷 Pass commiter information to the create pull request action
  • Loading branch information
cowboyd authored Sep 17, 2024
2 parents 72d7101 + 1d645d2 commit 204e96d
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/covector-version-or-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,19 +33,13 @@ jobs:
command: "version-or-publish"
recognizeContributors: true

# recommit with the signature setup in the beginning of this action
- name: Sign Commits
if: steps.covector.outputs.commandRan == 'version'
run: |
git commit --amend --no-edit --reset-author
git push --force-with-lease origin release
- name: Create Pull Request With Versions Bumped
uses: peter-evans/create-pull-request@v6
if: steps.covector.outputs.commandRan == 'version'
with:
token: ${{ secrets.FRONTSIDEJACK_GITHUB_TOKEN }}
title: "Publish New Versions"
committer: Jack <[email protected]>
commit-message: "publish new versions"
labels: "version updates"
branch: "release"
Expand Down

0 comments on commit 204e96d

Please sign in to comment.