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