Skip to content

Generic/ArrayIndent: improve code coverage and implement a few small improvements to the sniff code #917

Generic/ArrayIndent: improve code coverage and implement a few small improvements to the sniff code

Generic/ArrayIndent: improve code coverage and implement a few small improvements to the sniff code #917

name: Check PRs for merge conflicts
on:
# Check for new conflicts due to merges.
push:
branches:
- master
# Check conflicts in new PRs and for resolved conflicts due to an open PR being updated.
pull_request_target:
types:
- opened
- synchronize
- reopened
jobs:
check-prs:
runs-on: ubuntu-latest
if: github.repository_owner == 'PHPCSStandards'
name: Check PRs for merge conflicts
steps:
- uses: mschilde/auto-label-merge-conflicts@master
with:
CONFLICT_LABEL_NAME: "Status: has merge conflict"
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}