Commit 2b9a32b
Gitignore SUMMARY.md signal file (#790)
PR #788's skill run committed SUMMARY.md to the branch alongside
its content commit (42267da) because /SUMMARY.md isn't in
.gitignore -- `git add -A` during claude-code-action's auto-commit
swept it up. The workflow's signals step reads and removes
SUMMARY.md, but only from the working tree; the commit that added
it sticks around.
/GAPS.md and /NO_CHANGES.md are already gitignored for exactly
this reason; SUMMARY.md was added in #785 but I missed adding the
matching gitignore entry.
With this in place, claude-code-action's `git add -A` will skip
SUMMARY.md, the skill still writes it to disk, the signals step
still reads + deletes it -- no commit involvement at all, which
is how GAPS.md and NO_CHANGES.md already work.
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 41520bc commit 2b9a32b
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
| 27 | + | |
27 | 28 | | |
28 | 29 | | |
| 30 | + | |
29 | 31 | | |
30 | 32 | | |
31 | 33 | | |
| |||
0 commit comments