Commit b21f1ff
committed
feat: /codeboarding posts a new comment per run instead of updating in place
On-demand /codeboarding (issue_comment) now uses a run-unique sticky
header, so each invocation creates a fresh comment and leaves earlier
ones (the auto on-open comment and prior /codeboarding results) intact.
Automatic pull_request runs keep the stable header and update in place
as before. The header is resolved once in the guard step (written up
front so the failure-comment step always has it).1 parent fdcbe16 commit b21f1ff
2 files changed
Lines changed: 18 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
145 | 145 | | |
146 | 146 | | |
147 | 147 | | |
148 | | - | |
| 148 | + | |
149 | 149 | | |
150 | 150 | | |
151 | 151 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
100 | 114 | | |
101 | 115 | | |
102 | 116 | | |
| |||
160 | 174 | | |
161 | 175 | | |
162 | 176 | | |
163 | | - | |
| 177 | + | |
164 | 178 | | |
165 | 179 | | |
166 | 180 | | |
| |||
609 | 623 | | |
610 | 624 | | |
611 | 625 | | |
612 | | - | |
| 626 | + | |
613 | 627 | | |
614 | 628 | | |
615 | 629 | | |
| |||
621 | 635 | | |
622 | 636 | | |
623 | 637 | | |
624 | | - | |
| 638 | + | |
625 | 639 | | |
626 | 640 | | |
627 | 641 | | |
| |||
0 commit comments