From 1d645d27c8db7da43f70d3463aae71985babb52c Mon Sep 17 00:00:00 2001 From: Charles Lowell Date: Tue, 17 Sep 2024 14:10:17 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20Pass=20commiter=20information=20?= =?UTF-8?q?to=20the=20create=20pull=20request?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Ongoing attempt to sign PR commits with Jack's key --- .github/workflows/covector-version-or-release.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/covector-version-or-release.yml b/.github/workflows/covector-version-or-release.yml index e32e2ada..dd01951e 100644 --- a/.github/workflows/covector-version-or-release.yml +++ b/.github/workflows/covector-version-or-release.yml @@ -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 commit-message: "publish new versions" labels: "version updates" branch: "release"