summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorNicolas R <cpan@atoomic.org>2020-07-31 07:13:27 -0600
committerGitHub <noreply@github.com>2020-07-31 07:13:27 -0600
commitb22e6ada6a7a4e176f76aa282f2f951608434879 (patch)
tree124d54b65dedbddb1a05bf2ae2b54cc28d642baf /.github
parentd2178bbc60ffa275c77dae820070ab99616997be (diff)
downloadperl-b22e6ada6a7a4e176f76aa282f2f951608434879.tar.gz
Try using hasConflicts tag
The action cannot find the tag using a space.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/detect-conflicts.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/detect-conflicts.yml b/.github/workflows/detect-conflicts.yml
index 694a798997..12ca41f380 100644
--- a/.github/workflows/detect-conflicts.yml
+++ b/.github/workflows/detect-conflicts.yml
@@ -3,11 +3,11 @@ on:
branches:
- blead
jobs:
- triage:
+ conflicts:
runs-on: ubuntu-latest
if: ( github.event.pull_request.head.repo.full_name == 'Perl/perl5' || github.repository == 'Perl/perl5' )
steps:
- uses: mschilde/auto-label-merge-conflicts@master
with:
- CONFLICT_LABEL_NAME: "has conflicts"
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file
+ CONFLICT_LABEL_NAME: "hasConflicts"
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}