Skip to content

[TASK]: Bump phpstan/phpstan from 1.10.22 to 1.10.23 #74

[TASK]: Bump phpstan/phpstan from 1.10.22 to 1.10.23

[TASK]: Bump phpstan/phpstan from 1.10.22 to 1.10.23 #74

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:
- name: Fetch metadata
id: dependabot-metadata
uses: dependabot/fetch-metadata@v1
with:
github-token: ${{ secrets.MERGE_TOKEN }}
- name: Comment with merge instructions
if: ${{ steps.dependabot-metadata.outputs.update-type != 'version-update:semver-major' }}
uses: mshick/add-pr-comment@v2
with:
repo-token: ${{ secrets.MERGE_TOKEN }}
message: '@dependabot merge'