Skip to content

[TASK]: Bump phpstan/phpstan from 1.9.4 to 1.10.56 #195

[TASK]: Bump phpstan/phpstan from 1.9.4 to 1.10.56

[TASK]: Bump phpstan/phpstan from 1.9.4 to 1.10.56 #195

Workflow file for this run

name: Dependabot auto-merge
on:
pull_request:
types: [opened]
jobs:
dependabot-auto-merge:
if: ${{ github.actor == 'dependabot[bot]' }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ahmadnassri/action-dependabot-auto-merge@v2
with:
target: minor
github-token: ${{ secrets.MERGE_TOKEN }}