We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1114d35 + dafe115 commit a6b0bafCopy full SHA for a6b0baf
.github/workflows/label-merge-conflicts.yml
@@ -20,7 +20,8 @@ jobs:
20
name: Check PRs for merge conflicts
21
22
steps:
23
- - uses: mschilde/auto-label-merge-conflicts@master
+ - name: Check PRs for merge conflicts
24
+ uses: eps1lon/actions-label-merge-conflict@v3
25
with:
- CONFLICT_LABEL_NAME: "Status: has merge conflict"
26
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ dirtyLabel: "Status: has merge conflict"
27
+ repoToken: ${{ secrets.GITHUB_TOKEN }}
0 commit comments