We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e756551 commit 6f096eeCopy full SHA for 6f096ee
.github/workflows/greet-first-time-comment.yml
@@ -28,7 +28,7 @@ jobs:
28
echo "comment_count=$comment_count" >> $GITHUB_OUTPUT
29
30
- name: Greet commenters with no previous comments
31
- if: steps.pr-check.outputs.comment_count == 1
+ if: steps.pr-comment-check.outputs.comment_count == 1
32
run: |
33
# I have no earthly idea how to pass the commenter on from the previous run (I have tried), so let's just re-acquire it.
34
commenter_name="${{ github.event.comment.user.login }}"
0 commit comments