Skip to content

Update php-parallel-lint/php-parallel-lint requirement from 1.3.2 to 1.4.0 #237

Update php-parallel-lint/php-parallel-lint requirement from 1.3.2 to 1.4.0

Update php-parallel-lint/php-parallel-lint requirement from 1.3.2 to 1.4.0 #237

Workflow file for this run

name: "Dependabot"
on:
pull_request_target:
jobs:
auto_merge:
if: ${{ github.actor == 'dependabot[bot]' }}
runs-on: ubuntu-latest
name: "Auto merge"
steps:
- uses: actions/github-script@v7
with:
github-token: ${{secrets.PERSONAL_REPO_TOKEN}}
script: |
github.rest.issues.createComment({
owner: context.repo.owner,
repo: context.repo.repo,
issue_number: context.issue.number,
body: '@dependabot squash and merge'
})