Commit 2b84b9d
React to issues opened with trigger phrase
Add `issues: [opened]` event type so the workflow also triggers when
new issues are created containing the trigger phrase, not only on
comments and reviews.
Also add `github.event.issue.body` as a fallback in COMMENT_BODY so
the issue description is checked when no comment or review body is
available.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent f97627d commit 2b84b9d
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
| 7 | + | |
6 | 8 | | |
7 | 9 | | |
8 | 10 | | |
| |||
29 | 31 | | |
30 | 32 | | |
31 | 33 | | |
32 | | - | |
| 34 | + | |
33 | 35 | | |
34 | 36 | | |
35 | 37 | | |
| |||
0 commit comments