Commit 23c416f
Correct the label-event comment: one addLabels call, one event per label
Copilot caught this on #10. The comment claimed the sync applies labels
'one call at a time', but pr-creator.ts makes a single addLabels call
with an array — it is GitHub that emits one `labeled` event per label,
which is what multiplies the runs. Comment only; no behaviour change.
The wording came verbatim from the upstream template
(connect-existing.md), so the same inaccuracy is there and worth
reporting back rather than silently diverging.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent db0cde6 commit 23c416f
1 file changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | | - | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
17 | 18 | | |
18 | 19 | | |
19 | 20 | | |
| |||
0 commit comments