Skip to content

[npm]: Bump eslint from 9.17.0 to 9.20.1 #35

[npm]: Bump eslint from 9.17.0 to 9.20.1

[npm]: Bump eslint from 9.17.0 to 9.20.1 #35

name: Dependabot auto-approve
on: pull_request
permissions:
pull-requests: write
jobs:
dependabot:
runs-on: ubuntu-latest
if: github.event.pull_request.user.login == 'dependabot[bot]' && github.repository == 'Decatur-Robotics/Gearbox'
steps:
- name: Approve a PR
run: gh pr review --approve "$PR_URL"
env:
PR_URL: ${{github.event.pull_request.html_url}}
GH_TOKEN: ${{secrets.GITHUB_TOKEN}}