Skip to content

Commit

Permalink
Chore: update thollander/actions-comment-pull-request action to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 27, 2024
1 parent 0afda26 commit 0e01921
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gh-automerge-disabler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- run: gh pr merge "${{ github.event.pull_request.number }}" --disable-auto
env:
GH_TOKEN: ${{ github.token }}
- uses: thollander/actions-comment-pull-request@v2
- uses: thollander/actions-comment-pull-request@v3
with:
message: |
## :warning: Disabling auto-merge
Expand All @@ -42,7 +42,7 @@ jobs:
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: thollander/actions-comment-pull-request@v2
- uses: thollander/actions-comment-pull-request@v3
with:
message: Deleting
mode: delete
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gh-release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
| jq --raw-output '.[0].number')
echo "PR_NUMBER=${PR_NUMBER}" >> "${GITHUB_OUTPUT}"
- if: ${{ steps.release-drafter.outputs.id }}
uses: thollander/actions-comment-pull-request@v2
uses: thollander/actions-comment-pull-request@v3
with:
message: |
## :octocat: GitHub release
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/node-branch-exec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: thollander/actions-comment-pull-request@v2
- uses: thollander/actions-comment-pull-request@v3
with:
message: |
## :test_tube: Branch testing instructions
Expand All @@ -57,7 +57,7 @@ jobs:
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: thollander/actions-comment-pull-request@v2
- uses: thollander/actions-comment-pull-request@v3
with:
message: |
## :test_tube: Branch testing instructions
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/node-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
"https://api.github.com/repos/${GITHUB_REPOSITORY}/commits/${GIT_SHA}/pulls" \
| jq --raw-output '.[0].number')
echo "PR_NUMBER=${PR_NUMBER}" >> "${GITHUB_OUTPUT}"
- uses: thollander/actions-comment-pull-request@v2
- uses: thollander/actions-comment-pull-request@v3
with:
message: |
## :package: npm publish
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-renamer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
# https://docs.github.com/en/actions/security-guides/security-hardening-for-github-actions#using-an-intermediate-environment-variable
NEW_TITLE: ${{ steps.title-massager.outputs.NEW_TITLE }}
- if: '!cancelled()'
uses: thollander/actions-comment-pull-request@v2
uses: thollander/actions-comment-pull-request@v3
with:
message: |
## :x: Invalid pull request title
Expand Down

0 comments on commit 0e01921

Please sign in to comment.