diff --git a/.github/workflows/gh-release-drafter.yml b/.github/workflows/gh-release-drafter.yml index 9923d89df..c6e4106fa 100644 --- a/.github/workflows/gh-release-drafter.yml +++ b/.github/workflows/gh-release-drafter.yml @@ -109,5 +109,7 @@ jobs: message: | ## :octocat: GitHub Release This pull request resulted in the release: [v${{ steps.check.outputs.version }} @ ${{ env.ref }}](${{ steps.release-drafter.outputs.html_url }}) + + _Comment generated by the [${{ github.workflow }}](https://github.com/${GITHUB_REPOSITORY}/actions/runs/${{ github.run_id }}/attempts/${{ github.run_attempt }}) workflow._ comment_tag: gh-release pr_number: ${{ steps.pr-finder.outputs.PR_NUMBER }} diff --git a/.github/workflows/node-publish.yml b/.github/workflows/node-publish.yml index 8955d133f..a1ad34c35 100644 --- a/.github/workflows/node-publish.yml +++ b/.github/workflows/node-publish.yml @@ -54,5 +54,7 @@ jobs: message: | ## :package: npm Publish This pull request resulted in the npm release: [v${{ steps.publish.outputs.PACKAGE_VERSION }}](https://www.npmjs.com/package/${{ steps.publish.outputs.PACKAGE_NAME }}/v/${{ steps.publish.outputs.PACKAGE_VERSION }}) - comment_tag: gh-release + + _Comment generated by the [${{ github.workflow }}](https://github.com/${GITHUB_REPOSITORY}/actions/runs/${{ github.run_id }}/attempts/${{ github.run_attempt }}) workflow._ + comment_tag: node-publish pr_number: ${{ steps.pr-finder.outputs.PR_NUMBER }} diff --git a/.github/workflows/pr-commenter.yml b/.github/workflows/pr-commenter.yml index 191c88af3..ac655c45e 100644 --- a/.github/workflows/pr-commenter.yml +++ b/.github/workflows/pr-commenter.yml @@ -43,4 +43,5 @@ jobs: ```shell npm exec --yes -- "github:${{ github.event.pull_request.head.repo.full_name }}#${{ github.event.pull_request.head.ref }}" [commands..] [options] ``` + _Comment generated by the [${{ github.workflow }}](https://github.com/${GITHUB_REPOSITORY}/actions/runs/${{ github.run_id }}/attempts/${{ github.run_attempt }}) workflow._ comment_tag: npm-exec diff --git a/.github/workflows/pr-renamer.yml b/.github/workflows/pr-renamer.yml index 9dbb4722c..17545acd3 100644 --- a/.github/workflows/pr-renamer.yml +++ b/.github/workflows/pr-renamer.yml @@ -85,6 +85,7 @@ jobs: ```text ${{ steps.title-massager.outputs.ERROR }} ``` + _Comment generated by the [${{ github.workflow }}](https://github.com/${GITHUB_REPOSITORY}/actions/runs/${{ github.run_id }}/attempts/${{ github.run_attempt }}) workflow._ mode: ${{ steps.gh-pr-edit.outcome != 'success' && 'upsert' || 'delete' }} create_if_not_exists: ${{ steps.gh-pr-edit.outcome != 'success' && 'true' || 'false' }} comment_tag: pr-renamer