Skip to content

ci(deps): bump the all-dependencies group with 3 updates #2

ci(deps): bump the all-dependencies group with 3 updates

ci(deps): bump the all-dependencies group with 3 updates #2

name: Auto-approve Dependabot
on: pull_request_target
permissions:
pull-requests: write
jobs:
approve:
runs-on: ubuntu-latest
if: github.actor == 'dependabot[bot]'
steps:
- name: Approve Dependabot PR
run: gh pr review --approve "$PR_URL"
env:
PR_URL: ${{ github.event.pull_request.html_url }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}