Skip to content

Commit ded336a

Browse files
docs: fix misleading require-approval timeout-minutes comment in create prompt (#1475)
The comment 'Optional: 24h default' implied that 1440 minutes was the default value for timeout-minutes, when in fact the field defaults to None (inheriting the pipeline/job timeout). Updated to clarify that 1440 is an example value and that omitting the field uses the pipeline default — consistent with docs/safe-outputs.md which already says 'omit → pipeline default'. 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 4205fa3 commit ded336a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

prompts/create-ado-agentic-workflow.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@ safe-outputs:
427427
require-approval:
428428
approvers: ["my-ado-group", "jane@example.com"] # Optional: specific approvers
429429
notify-users: ["jane@example.com"] # Optional: users to notify
430-
timeout-minutes: 1440 # Optional: 24h default
430+
timeout-minutes: 1440 # Optional: e.g. 1440 for 24h; omit → pipeline/job timeout applies
431431
on-timeout: reject # "reject" (default) or "resume"
432432
instructions: "Review the proposed PR carefully." # Optional: reviewer instructions
433433
```

0 commit comments

Comments
 (0)