Commit e47bdb7
docs: document required target field for link-work-items safe output (#1488)
The link-work-items tool requires a 'target' field in its front-matter
configuration. Without it, Stage 3 execution fails with an error:
'link-work-items requires a target field in safe-outputs configuration'.
This was undocumented — comment-on-work-item and update-work-item both
have explicit 'Note: target is required' callouts, but link-work-items
had only an implicit hint via the YAML example. Add the explicit note
and clarify the YAML comment from 'Scoping policy' to 'Required'.
Verified against src/safe_outputs/link_work_items.rs lines 162-170.
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 4fb6b97 commit e47bdb7
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
549 | 549 | | |
550 | 550 | | |
551 | 551 | | |
552 | | - | |
| 552 | + | |
553 | 553 | | |
554 | 554 | | |
555 | 555 | | |
| 556 | + | |
| 557 | + | |
556 | 558 | | |
557 | 559 | | |
558 | 560 | | |
| |||
0 commit comments