Skip to content

Commit

Permalink
chore(deps): bump peter-evans/create-or-update-comment from 3 to 4
Browse files Browse the repository at this point in the history
Bumps [peter-evans/create-or-update-comment](https://github.com/peter-evans/create-or-update-comment) from 3 to 4.
- [Release notes](https://github.com/peter-evans/create-or-update-comment/releases)
- [Commits](peter-evans/create-or-update-comment@v3...v4)

---
updated-dependencies:
- dependency-name: peter-evans/create-or-update-comment
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Jan 29, 2024
1 parent 6384690 commit c37ea67
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/slash_commands.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Edit comment with error message
if: steps.command-dispatch.outputs.error-message
uses: peter-evans/create-or-update-comment@v3
uses: peter-evans/create-or-update-comment@v4
with:
comment-id: ${{ github.event.comment.id }}
body: |
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/test-plugin-command.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:

- name: Add 👀 reaction
if: github.event.inputs.from-slash-command == 'true'
uses: peter-evans/create-or-update-comment@v3
uses: peter-evans/create-or-update-comment@v4
with:
token: ${{ secrets.MELTYBOT_GITHUB_AUTH_TOKEN }}
repository: ${{ github.event.inputs.repository }}
Expand All @@ -63,7 +63,7 @@ jobs:
- name: Append 'starting' notification to comment
id: create-or-update-comment
uses: peter-evans/create-or-update-comment@v3
uses: peter-evans/create-or-update-comment@v4
with:
edit-mode: ${{ steps.initial-edit-mode.outputs.edit-mode }}
comment-id: ${{ github.event.inputs.comment-id }}
Expand Down Expand Up @@ -200,7 +200,7 @@ jobs:
echo "EOF" >> $GITHUB_ENV
- name: Append summary output
uses: peter-evans/create-or-update-comment@v3
uses: peter-evans/create-or-update-comment@v4
if: always()
with:
comment-id: ${{ steps.create-or-update-comment.outputs.comment-id }}
Expand All @@ -211,15 +211,15 @@ jobs:
- name: Add reaction (success)
if: github.event.inputs.from-slash-command == 'true'
uses: peter-evans/create-or-update-comment@v3
uses: peter-evans/create-or-update-comment@v4
with:
token: ${{ secrets.MELTYBOT_GITHUB_AUTH_TOKEN }}
repository: ${{ github.event.inputs.repository }}
comment-id: ${{ github.event.inputs.comment-id }}
reaction-type: hooray

- name: Add reaction (failure)
uses: peter-evans/create-or-update-comment@v3
uses: peter-evans/create-or-update-comment@v4
if: failure() && (github.event.inputs.from-slash-command == 'true')
with:
token: ${{ secrets.MELTYBOT_GITHUB_AUTH_TOKEN }}
Expand Down

0 comments on commit c37ea67

Please sign in to comment.