diff --git a/.github/workflows/issue-checklist.yml b/.github/workflows/issue-checklist.yml index d1854437..eff28255 100644 --- a/.github/workflows/issue-checklist.yml +++ b/.github/workflows/issue-checklist.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: ben-z/actions-comment-on-issue@1.0.2alpha0 + - uses: ben-z/actions-comment-on-issue@1.0.2alpha1 with: message: "Did you go through all of the troubleshooting steps outlined in README.md?\nDid you describe what you've tried in the PR description?" GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}