Skip to content

Commit

Permalink
Merge branch 'main' into renovate/major-22-node.js
Browse files Browse the repository at this point in the history
  • Loading branch information
emmercm authored Dec 30, 2024
2 parents 1da9ec4 + 209c17f commit 16da08b
Show file tree
Hide file tree
Showing 37 changed files with 689 additions and 653 deletions.
161 changes: 0 additions & 161 deletions .eslintrc

This file was deleted.

8 changes: 4 additions & 4 deletions .github/workflows/gh-automerge-disabler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,24 +26,24 @@ 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
Auto-merge is problematic for outside contributions. A maintainer will need to merge this pull request manually.
_Comment generated by the [${{ github.workflow }}](https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}/attempts/${{ github.run_attempt }}) workflow._
mode: recreate
comment_tag: gh-automerge-disabler
comment-tag: gh-automerge-disabler

remove-comment:
if: ${{ !github.event.pull_request.auto_merge || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name }}
permissions:
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
comment_tag: gh-automerge-disabler
comment-tag: gh-automerge-disabler
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
with:
ref: ${{ env.ref }}
- id: filter
uses: dorny/paths-filter@v2
uses: dorny/paths-filter@v3
with:
filters: |
changes:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/gh-release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
permissions:
# actions/checkout@v4
contents: read
# thollander/actions-comment-pull-request@v2
# thollander/actions-comment-pull-request
pull-requests: write
runs-on: ubuntu-latest
steps:
Expand Down Expand Up @@ -105,12 +105,12 @@ 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
This pull request resulted in the release: [v${{ steps.check.outputs.version }} @ ${{ env.ref }}](${{ steps.release-drafter.outputs.html_url }})
_Comment generated by the [${{ github.workflow }}](https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}/attempts/${{ github.run_attempt }}) workflow._
comment_tag: gh-release
pr_number: ${{ steps.pr-finder.outputs.PR_NUMBER }}
comment-tag: gh-release
pr-number: ${{ steps.pr-finder.outputs.PR_NUMBER }}
8 changes: 4 additions & 4 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 @@ -49,15 +49,15 @@ jobs:
npm exec --yes -- "github:${{ github.event.pull_request.head.repo.full_name }}#${{ github.event.pull_request.head.ref }}" [commands..] [options]
```
_Comment generated by the [${{ github.workflow }}](https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}/attempts/${{ github.run_attempt }}) workflow._
comment_tag: npm-exec
comment-tag: npm-exec

npm-exec-comment-update:
if: github.event.action == 'closed' && github.event.pull_request.merged
permissions:
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 @@ -66,5 +66,5 @@ jobs:
npm exec --yes -- "github:${{ github.event.pull_request.base.repo.full_name }}#${{ github.event.pull_request.base.ref }}" [commands..] [options]
```
_Comment generated by the [${{ github.workflow }}](https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}/attempts/${{ github.run_attempt }}) workflow._
comment_tag: npm-exec
comment-tag: npm-exec
mode: recreate
2 changes: 1 addition & 1 deletion .github/workflows/node-compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- id: filter
uses: dorny/paths-filter@v2
uses: dorny/paths-filter@v3
with:
filters: |
changes:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/node-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
contents: read
# `npm publish --provenance`
id-token: write
# thollander/actions-comment-pull-request@v2
# thollander/actions-comment-pull-request
pull-requests: write
runs-on: ubuntu-latest
steps:
Expand Down Expand Up @@ -51,12 +51,12 @@ 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
This pull request resulted in the npm release: [v${{ steps.publish.outputs.PACKAGE_VERSION }}](https://www.npmjs.com/package/${{ steps.publish.outputs.PACKAGE_NAME }}/v/${{ steps.publish.outputs.PACKAGE_VERSION }})
_Comment generated by the [${{ github.workflow }}](https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}/attempts/${{ github.run_attempt }}) workflow._
comment_tag: node-publish
pr_number: ${{ steps.pr-finder.outputs.PR_NUMBER }}
comment-tag: node-publish
pr-number: ${{ steps.pr-finder.outputs.PR_NUMBER }}
2 changes: 1 addition & 1 deletion .github/workflows/node-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
with:
ref: ${{ env.ref }}
- id: filter
uses: dorny/paths-filter@v2
uses: dorny/paths-filter@v3
with:
filters: |
changes:
Expand Down
6 changes: 3 additions & 3 deletions .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 All @@ -92,8 +92,8 @@ jobs:
```
_Comment generated by the [${{ github.workflow }}](https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}/attempts/${{ github.run_attempt }}) workflow._
mode: ${{ steps.gh-pr-edit.outcome != 'success' && 'upsert' || 'delete' }}
create_if_not_exists: ${{ steps.gh-pr-edit.outcome != 'success' && 'true' || 'false' }}
comment_tag: pr-renamer
create-if-not-exists: ${{ steps.gh-pr-edit.outcome != 'success' && 'true' || 'false' }}
comment-tag: pr-renamer

# !!! This check should be required by GitHub !!!
title-status-check:
Expand Down
Loading

0 comments on commit 16da08b

Please sign in to comment.