Skip to content

Commit b22e6ad

Browse files
authored
Try using hasConflicts tag
The action cannot find the tag using a space.
1 parent d2178bb commit b22e6ad

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/detect-conflicts.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ on:
33
branches:
44
- blead
55
jobs:
6-
triage:
6+
conflicts:
77
runs-on: ubuntu-latest
88
if: ( github.event.pull_request.head.repo.full_name == 'Perl/perl5' || github.repository == 'Perl/perl5' )
99
steps:
1010
- uses: mschilde/auto-label-merge-conflicts@master
1111
with:
12-
CONFLICT_LABEL_NAME: "has conflicts"
13-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
12+
CONFLICT_LABEL_NAME: "hasConflicts"
13+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)