Commit 9d13a37
committed
fix: prevent double-trigger of Claude Code on same issue
Remove issue opening trigger from claude.yml to avoid conflicts with
spec-to-code.yml workflow. Now Claude Code only triggers on comments,
enabling clean approved workflow:
1. Create issue without @claude
2. Add 'approved' label
3. spec-to-code.yml posts @claude comment
4. claude.yml triggers on comment (not on issue opening)
This prevents the issue where Claude Code would trigger twice for the
same issue and ignore the second trigger.1 parent 7ca4f26 commit 9d13a37
1 file changed
+1
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | | - | |
10 | 8 | | |
11 | 9 | | |
12 | 10 | | |
| |||
15 | 13 | | |
16 | 14 | | |
17 | 15 | | |
18 | | - | |
19 | | - | |
| 16 | + | |
20 | 17 | | |
21 | 18 | | |
22 | 19 | | |
| |||
0 commit comments