From f93d14aa3336b51d294c63db8477485f4525961f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 13 Sep 2026 04:41:05 +0000 Subject: [PATCH] docs(prompts): add missing permissions-required to create-workflow field list Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- prompts/create-ado-agentic-workflow.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prompts/create-ado-agentic-workflow.md b/prompts/create-ado-agentic-workflow.md index 480b4feb..75a082c1 100644 --- a/prompts/create-ado-agentic-workflow.md +++ b/prompts/create-ado-agentic-workflow.md @@ -33,7 +33,7 @@ If interactive, ask only missing essentials first. ### 2. Build Front Matter Use only required keys plus task-required options: - `name`, `description` -- optional: `target`, `engine`, `workspace`, `pool`, `repos`, `imports`, `tools`, `runtimes`, `mcp-servers`, `safe-outputs`, `on`, `steps`, `post-steps`, `setup`, `teardown`, `permissions`, `parameters`, `env`, `variable-groups`, `network`, `execution-context`, `inlined-imports`, `supply-chain` +- optional: `target`, `engine`, `workspace`, `pool`, `repos`, `imports`, `tools`, `runtimes`, `mcp-servers`, `safe-outputs`, `on`, `steps`, `post-steps`, `setup`, `teardown`, `permissions`, `permissions-required`, `parameters`, `env`, `variable-groups`, `network`, `execution-context`, `inlined-imports`, `supply-chain` Rules: - Omit fields that equal defaults.