Skip to content

Commit

Permalink
Merge pull request #519 from PHPCSStandards/feature/ghaction-fix-merg…
Browse files Browse the repository at this point in the history
…e-conflict-status-workflow

GH Actions: update merge conflict check workflow
  • Loading branch information
jrfnl authored Jun 5, 2024
2 parents 1114d35 + dafe115 commit a6b0baf
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/label-merge-conflicts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ jobs:
name: Check PRs for merge conflicts

steps:
- uses: mschilde/auto-label-merge-conflicts@master
- name: Check PRs for merge conflicts
uses: eps1lon/actions-label-merge-conflict@v3
with:
CONFLICT_LABEL_NAME: "Status: has merge conflict"
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
dirtyLabel: "Status: has merge conflict"
repoToken: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit a6b0baf

Please sign in to comment.