Skip to content

chore: Bump @types/node from 18.11.18 to 22.4.1 in /modules/runner-binaries-syncer/lambdas/runner-binaries-syncer #924

chore: Bump @types/node from 18.11.18 to 22.4.1 in /modules/runner-binaries-syncer/lambdas/runner-binaries-syncer

chore: Bump @types/node from 18.11.18 to 22.4.1 in /modules/runner-binaries-syncer/lambdas/runner-binaries-syncer #924

name: Auto approve dependabot
# Warning: The pull_request_target event is granted a read/write repository
# token and can access secrets, even when it is triggered from a fork. Although
# the workflow runs in the context of the base of the pull request, you should
# make sure that you do not check out, build, or run untrusted code from the
# pull request with this event. Additionally, any caches share the same scope as
# the base branch, and to help prevent cache poisoning, you should not save the
# cache if there is a possibility that the cache contents were altered.
on: pull_request_target
jobs:
approve:
if: github.actor == 'dependabot[bot]' || github.actor == 'dependabot-preview[bot]'
runs-on: ubuntu-latest
steps:
- uses: hmarr/[email protected]
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"