Merge pull request #44 from PHPCSStandards/feature/ghactions-more-lab… #1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Check PRs for merge conflicts | |
on: | |
push: | |
branches: | |
- master | |
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 }} |