Commit d8078b1
fix(ci): allow bot responses on fork PR inline review comments (#1421)
## Summary
- Remove the fork filter (`head.repo.full_name == github.repository`)
from the `pull_request_review_comment` trigger in `claude-mention.yaml`
- The filter was added in cd16545 based on the assumption that secrets
aren't available for fork PRs — but that restriction only applies to
`pull_request` events, not `pull_request_review_comment` (which runs on
the base repo and has full secret access)
- The `issue_comment` path already works on fork PRs, confirming this
Supersedes #1420 (workaround that only posted a redirect notice).
## Test plan
- [ ] Verify CI passes (workflow-only change, no code)
- [ ] Test by posting an inline review comment mentioning
`@worktrunk-bot` on a fork PR
Closes #1419
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-authored-by: worktrunk-bot <254187624+worktrunk-bot@users.noreply.github.com>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>1 parent 4e62058 commit d8078b1
2 files changed
+8
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
99 | | - | |
| 99 | + | |
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
| |||
141 | 141 | | |
142 | 142 | | |
143 | 143 | | |
144 | | - | |
| 144 | + | |
145 | 145 | | |
146 | 146 | | |
147 | 147 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
33 | | - | |
34 | | - | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
35 | 38 | | |
36 | 39 | | |
37 | 40 | | |
38 | 41 | | |
39 | 42 | | |
40 | 43 | | |
41 | | - | |
42 | 44 | | |
43 | 45 | | |
44 | 46 | | |
| |||
0 commit comments