Commit 369d0f0
docs: fix update-work-item target field documented as optional default (#514)
The target field for update-work-item is required (compile-time
validation rejects configs that omit it) but was documented with a
comment saying '"*" (default)' in safe-outputs.md, incorrectly
implying it has a default value.
Changes:
- docs/safe-outputs.md: change comment from '"*" (default)' to
'Required —' and add a Note block matching the pattern used by
comment-on-work-item
- prompts/create-ado-agentic-workflow.md: move target to the top of
the update-work-item example block and add a 'Required' comment,
consistent with how comment-on-work-item shows its target field
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 fe90c20 commit 369d0f0
2 files changed
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
111 | | - | |
| 111 | + | |
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
| 119 | + | |
| 120 | + | |
119 | 121 | | |
120 | 122 | | |
121 | 123 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
320 | 320 | | |
321 | 321 | | |
322 | 322 | | |
| 323 | + | |
323 | 324 | | |
324 | 325 | | |
325 | 326 | | |
326 | | - | |
327 | 327 | | |
328 | 328 | | |
329 | 329 | | |
| |||
0 commit comments