Commit 318487d
ci: fix @claude mention workflow never triggering
The Claude Code workflow has never executed: every run in its history
was skipped by the job gate, including a reply that met every stated
condition (gf712 actor, review-comment event, @claude in the body).
The only difference from the official claude-code-action template is
the hand-added github.actor wrapper around the condition, so drop it
and use the template condition verbatim; the action's built-in check
already restricts triggers to users with write access. Also subscribe
to the issue_comment and issues events that the condition always
handled but the trigger list never delivered, so @claude works from
the PR conversation tab and issues too.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_017NJ25FGK2EUWCLz2PaUwbT1 parent 23886c0 commit 318487d
1 file changed
Lines changed: 10 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
| 5 | + | |
4 | 6 | | |
5 | 7 | | |
| 8 | + | |
| 9 | + | |
6 | 10 | | |
7 | 11 | | |
8 | 12 | | |
9 | 13 | | |
10 | 14 | | |
| 15 | + | |
| 16 | + | |
11 | 17 | | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
18 | 22 | | |
19 | 23 | | |
20 | 24 | | |
| |||
0 commit comments