Skip to content

Update squizlabs/php_codesniffer requirement from 3.10.2 to 3.10.3 #1710

Update squizlabs/php_codesniffer requirement from 3.10.2 to 3.10.3

Update squizlabs/php_codesniffer requirement from 3.10.2 to 3.10.3 #1710

Workflow file for this run

name: automerge
on:
# We're using pull_request_target instead of pull_request due to permission issues with the pull_request target:
# https://docs.github.com/en/code-security/dependabot/working-with-dependabot/automating-dependabot-with-github-actions#responding-to-events
pull_request_target:
jobs:
automerge:
name: Dependabot auto-merge
runs-on: ubuntu-24.04
timeout-minutes: 1
if: ${{ github.actor == 'dependabot[bot]' }}
steps:
- name: Enable automerge
shell: bash
run: gh pr merge -R "${{ github.repository }}" --squash --auto "${{ github.event.pull_request.number }}"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}