Skip to content

fix(deps): bump phpunit/phpunit from 11.1.1 to 11.4.2 #3

fix(deps): bump phpunit/phpunit from 11.1.1 to 11.4.2

fix(deps): bump phpunit/phpunit from 11.1.1 to 11.4.2 #3

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'
steps:
- uses: hmarr/auto-approve-action@v4
with:
github-token: ${{ secrets.BOT_TOKEN }}