Skip to content

fix(lambda): bump the octokit group in /lambdas with 1 update #7276

fix(lambda): bump the octokit group in /lambdas with 1 update

fix(lambda): bump the octokit group in /lambdas with 1 update #7276

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/auto-approve-action@44888193675f29a83e04faf4002fa8c0b537b1e4 # ratchet:hmarr/auto-approve-action@v3.2.1
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"