Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Bump mocha from 11.2.2 to 11.3.0 #457

Bump mocha from 11.2.2 to 11.3.0

Bump mocha from 11.2.2 to 11.3.0 #457

Workflow file for this run

name: Auto-merge
on: pull_request
permissions:
contents: write
pull-requests: write
jobs:
auto-merge:
runs-on: ubuntu-latest
if: ${{ github.actor == 'dependabot[bot]' || github.actor == 'auto-npm-upgrade[bot]' }}
steps:
- name: Enable auto-merge for Dependabot PRs
run: gh pr merge --auto --merge "$PR_URL"
env:
PR_URL: ${{github.event.pull_request.html_url}}
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}