Skip to content

Bump mocha from 10.7.3 to 11.7.5 #765

Bump mocha from 10.7.3 to 11.7.5

Bump mocha from 10.7.3 to 11.7.5 #765

Workflow file for this run

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