diff --git a/.github/workflows/AddPRComment.yml b/.github/workflows/AddPRComment.yml index 0f9127864e4..a6fc9816bcb 100644 --- a/.github/workflows/AddPRComment.yml +++ b/.github/workflows/AddPRComment.yml @@ -23,4 +23,5 @@ jobs: uses: mshick/add-pr-comment@v2 with: repo-token: ${{ secrets.CLI_BOT }} + message-id: prcommentbot message: "${{ env.message }}" diff --git a/.github/workflows/VersionCalPRComment.yml b/.github/workflows/VersionCalPRComment.yml index d3aea1227c4..1b2a539b08b 100644 --- a/.github/workflows/VersionCalPRComment.yml +++ b/.github/workflows/VersionCalPRComment.yml @@ -127,6 +127,7 @@ jobs: uses: mshick/add-pr-comment@v2 with: repo-token: ${{ secrets.AZCLIBOT_PAT }} + message-id: versioncommentbot message-path: | version_update.txt message-failure: |