We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ad7eb02 + 9b4cd27 commit 917416dCopy full SHA for 917416d
.github/workflows/claude-doc-pr.yml
@@ -122,11 +122,11 @@ jobs:
122
# Job 2: @claude follow-up on PR comments
123
# ──────────────────────────────────────────────
124
doc-followup:
125
- if: |
+ if: >-
126
github.event_name == 'issue_comment' &&
127
github.event.issue.pull_request &&
128
contains(github.event.comment.body, '@claude') &&
129
- github.event.comment.user.login != 'github-actions[bot]'
+ !startsWith(github.event.comment.user.login, 'github-actions')
130
runs-on: ubuntu-latest
131
permissions:
132
contents: write
0 commit comments