Skip to content

build(deps-dev): bump phpunit/phpunit from 9.6.19 to 11.2.7 #6464

build(deps-dev): bump phpunit/phpunit from 9.6.19 to 11.2.7

build(deps-dev): bump phpunit/phpunit from 9.6.19 to 11.2.7 #6464

Workflow file for this run

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