Skip to content

fix(deps): bump phpunit/phpunit from 11.4.4 to 11.5.2 #12

fix(deps): bump phpunit/phpunit from 11.4.4 to 11.5.2

fix(deps): bump phpunit/phpunit from 11.4.4 to 11.5.2 #12

Workflow file for this run

name: Auto approve
on: pull_request_target
jobs:
auto-approve:
runs-on: ubuntu-latest
permissions:
pull-requests: write
if: github.actor == 'RedstonePfalz' || github.actor == 'dependabot[bot]'
steps:
- uses: hmarr/auto-approve-action@v4
with:
github-token: ${{ secrets.BOT_TOKEN }}