Skip to content

Commit

Permalink
{CI} Add message-id for comment action (#7241)
Browse files Browse the repository at this point in the history
* add message id
  • Loading branch information
AllyW authored Feb 2, 2024
1 parent 4ccc33c commit 4189bd7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/AddPRComment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,5 @@ jobs:
uses: mshick/add-pr-comment@v2
with:
repo-token: ${{ secrets.CLI_BOT }}
message-id: prcommentbot
message: "${{ env.message }}"
1 change: 1 addition & 0 deletions .github/workflows/VersionCalPRComment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 4189bd7

Please sign in to comment.