From b34f35773752e0c1d4fd5d8d1882ef01a7a3d248 Mon Sep 17 00:00:00 2001 From: Charles Lowell Date: Tue, 17 Sep 2024 14:30:43 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20Make=20Jack=20both=20author=20AN?= =?UTF-8?q?D=20committer?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored commits are not fully verifiable, therefore the PR commit is listed as "partially verified". This makes Jack both author _and_ committer, that way, the commit can be fully verified. --- .github/workflows/covector-version-or-release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/covector-version-or-release.yml b/.github/workflows/covector-version-or-release.yml index dd01951e..75d8ad00 100644 --- a/.github/workflows/covector-version-or-release.yml +++ b/.github/workflows/covector-version-or-release.yml @@ -39,6 +39,7 @@ jobs: with: token: ${{ secrets.FRONTSIDEJACK_GITHUB_TOKEN }} title: "Publish New Versions" + author: Jack committer: Jack commit-message: "publish new versions" labels: "version updates"