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 }}