From a2005f77f4c78f4d672f9639fc1c5f7d6593cc79 Mon Sep 17 00:00:00 2001 From: joshvanl Date: Sun, 21 May 2023 00:43:48 +0100 Subject: [PATCH] Add version to PR comment Signed-off-by: joshvanl --- .github/workflows/version-skew-e2e.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/version-skew-e2e.yaml b/.github/workflows/version-skew-e2e.yaml index 526c354c69e..9782267d0c3 100644 --- a/.github/workflows/version-skew-e2e.yaml +++ b/.github/workflows/version-skew-e2e.yaml @@ -93,13 +93,13 @@ jobs: if: env.PR_NUMBER != '' uses: artursouza/sticky-pull-request-comment@v2.2.0 with: - header: ${{ github.run_id }}-version-skew-${{ matrix.mode }} + header: ${{ github.run_id }}-version-skew-${{ matrix.mode }}-${{ env.DAPR_PREV_VERSION }} number: ${{ env.PR_NUMBER }} hide: true hide_classify: OUTDATED GITHUB_TOKEN: ${{ secrets.DAPR_BOT_TOKEN }} message: | - # Dapr Version Skew test (${{ matrix.mode }}) + # Dapr Version Skew test (${{ matrix.mode }} - ${{ env.DAPR_PREV_VERSION }}) 🔗 **[Link to Action run](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }})** @@ -267,7 +267,7 @@ jobs: if: ${{ success() }} uses: artursouza/sticky-pull-request-comment@v2.2.0 with: - header: ${{ github.run_id }}-version-skew-${{ matrix.mode }} + header: ${{ github.run_id }}-version-skew-${{ matrix.mode }}-${{ env.DAPR_PREV_VERSION }} number: ${{ env.PR_NUMBER }} append: true GITHUB_TOKEN: ${{ secrets.DAPR_BOT_TOKEN }} @@ -277,7 +277,7 @@ jobs: if: ${{ failure() }} uses: artursouza/sticky-pull-request-comment@v2.2.0 with: - header: ${{ github.run_id }}-version-skew-${{ matrix.mode }} + header: ${{ github.run_id }}-version-skew-${{ matrix.mode }}-${{ env.DAPR_PREV_VERSION }} number: ${{ env.PR_NUMBER }} append: true GITHUB_TOKEN: ${{ secrets.DAPR_BOT_TOKEN }} @@ -289,7 +289,7 @@ jobs: if: ${{ cancelled() }} uses: artursouza/sticky-pull-request-comment@v2.2.0 with: - header: ${{ github.run_id }}-version-skew-${{ matrix.mode }} + header: ${{ github.run_id }}-version-skew-${{ matrix.mode }}-${{ env.DAPR_PREV_VERSION }} number: ${{ env.PR_NUMBER }} append: true GITHUB_TOKEN: ${{ secrets.DAPR_BOT_TOKEN }}