From 0d5e6d89ada086a45b58faaed83f645af6eb6c60 Mon Sep 17 00:00:00 2001 From: AdmiringWorm Date: Thu, 25 Jun 2020 22:42:02 +0200 Subject: [PATCH] fixed invalid name of github workflow --- .github/workflows/handle-comments.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/handle-comments.yml b/.github/workflows/handle-comments.yml index bbe279d..da3d8af 100644 --- a/.github/workflows/handle-comments.yml +++ b/.github/workflows/handle-comments.yml @@ -72,7 +72,7 @@ jobs: } else { Test-NewIssue -issueNumber ${{ github.event.issue.number }} -repository "${{ github.event.repository.full_name }}" } - status_recheck: + statusrecheck: if: ${{ (needs.comments.outputs.success == 'True' || startsWith(github.event.comment.body, '/status check') && github.event.issue.state == 'open' }} runs-on: ubuntu-latest needs: comments