Skip to content

Commit

Permalink
Merge branch 'main' into renovate/typescript-eslint-monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
kodiakhq[bot] authored Jan 18, 2025
2 parents 445a961 + be5efb6 commit fa8c582
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/typescript-nudge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
if:
steps.changed-javascript-files.outputs.modified_files != '' ||
steps.changed-javascript-files.outputs.added_files != ''
uses: thollander/actions-comment-pull-request@v2
uses: thollander/actions-comment-pull-request@v3
with:
message: |
This pull request adds or modifies JavaScript (`.js`, `.cjs`, `.mjs`) files.
Expand All @@ -62,7 +62,7 @@ jobs:
contains(github.event.pull_request.labels.*.name, 'Adds or modifies js files') &&
steps.changed-javascript-files.outputs.modified_files == '' &&
steps.changed-javascript-files.outputs.added_files == ''
uses: thollander/actions-comment-pull-request@v2
uses: thollander/actions-comment-pull-request@v3
with:
message: |
~This pull request adds or modifies JavaScript (`.js`, `.cjs`, `.mjs`) files. Consider converting them to TypeScript.~
Expand Down

0 comments on commit fa8c582

Please sign in to comment.