From 31e54c847cccd9fd60c167432f769697143f25a1 Mon Sep 17 00:00:00 2001 From: Keith Zantow Date: Tue, 21 Mar 2023 10:06:08 -0400 Subject: [PATCH] chore: tweak some workflow text Signed-off-by: Keith Zantow --- .github/workflows/release.yaml | 2 +- .github/workflows/update-bootstrap-tools.yml | 4 ++-- .github/workflows/update-stereoscope-release.yml | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index de1168d3e07..a2cbd05ac8c 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -151,7 +151,7 @@ jobs: with: status: ${{ job.status }} fields: repo,workflow,action,eventName - text: "A new Syft release has been published: https://github.com/anchore/syft/releases/tag/${{ github.ref_name }}" + text: "A new Syft release has been published: https://github.com/anchore/syft/releases/tag/${{ github.event.inputs.version }}" env: SLACK_WEBHOOK_URL: ${{ secrets.SLACK_TOOLBOX_WEBHOOK_URL }} if: ${{ success() }} diff --git a/.github/workflows/update-bootstrap-tools.yml b/.github/workflows/update-bootstrap-tools.yml index 4afc8903001..3c33a65a3c1 100644 --- a/.github/workflows/update-bootstrap-tools.yml +++ b/.github/workflows/update-bootstrap-tools.yml @@ -64,8 +64,8 @@ jobs: delete-branch: true branch: auto/latest-bootstrap-tools labels: dependencies - commit-message: 'Update syft bootstrap tools to latest versions.' - title: 'Update syft bootstrap tools to latest versions.' + commit-message: 'chore(deps): update bootstrap tools to latest versions' + title: 'chore(deps): update bootstrap tools to latest versions' body: | - [golangci-lint ${{ steps.latest-versions.outputs.GOLANGCILINT }}](https://github.com/golangci/golangci-lint/releases/tag/${{ steps.latest-versions.outputs.GOLANGCILINT }}) - [bouncer ${{ steps.latest-versions.outputs.BOUNCER }}](https://github.com/wagoodman/go-bouncer/releases/tag/${{ steps.latest-versions.outputs.BOUNCER }}) diff --git a/.github/workflows/update-stereoscope-release.yml b/.github/workflows/update-stereoscope-release.yml index 8e2382eb62b..6ef38ea00b8 100644 --- a/.github/workflows/update-stereoscope-release.yml +++ b/.github/workflows/update-stereoscope-release.yml @@ -42,10 +42,10 @@ jobs: with: signoff: true delete-branch: true - branch: auto/latest + branch: auto/latest-stereoscope labels: dependencies - commit-message: "Update Stereoscope to ${{ steps.latest-version.outputs.LATEST_VERSION }}" - title: "Update Stereoscope to ${{ steps.latest-version.outputs.LATEST_VERSION }}" + commit-message: "chore(deps): update stereoscope to ${{ steps.latest-version.outputs.LATEST_VERSION }}" + title: "chore(deps): update stereoscope to ${{ steps.latest-version.outputs.LATEST_VERSION }}" body: | Update Stereoscope to ${{ steps.latest-version.outputs.LATEST_VERSION }} token: ${{ steps.generate-token.outputs.token }}