From d30bbb4c90ecd2afa2b563a8b5aaaeb0300c5f56 Mon Sep 17 00:00:00 2001 From: Keith Zantow Date: Tue, 21 Mar 2023 10:11:31 -0400 Subject: [PATCH] chore: tweak some workflow text Signed-off-by: Keith Zantow --- .github/workflows/update-syft-release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/update-syft-release.yml b/.github/workflows/update-syft-release.yml index ea125dc2..f654d205 100644 --- a/.github/workflows/update-syft-release.yml +++ b/.github/workflows/update-syft-release.yml @@ -30,9 +30,9 @@ jobs: with: signoff: true delete-branch: true - branch: auto/latest + branch: auto/latest-syft labels: dependencies - commit-message: "Update Syft to ${{ steps.latest-version.outputs.LATEST_VERSION }}" - title: "Update Syft to ${{ steps.latest-version.outputs.LATEST_VERSION }}" + commit-message: "chore(deps): update Syft to ${{ steps.latest-version.outputs.LATEST_VERSION }}" + title: "chore(deps): update Syft to ${{ steps.latest-version.outputs.LATEST_VERSION }}" body: "Update Syft to ${{ steps.latest-version.outputs.LATEST_VERSION }}" token: ${{ steps.generate-token.outputs.token }}