From e7e800fffe3951473aa8312103c4db18b41bdc35 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 18 Mar 2026 23:55:57 +0000 Subject: [PATCH] Sync github-agentic-workflows.md with v0.40.1 timeout docs Correct the timeout-minutes field description to clarify that the agent execution step defaults to 20 minutes (not 360), while custom jobs and safe-output jobs use the GitHub Actions platform default of 360 minutes. Co-Authored-By: Claude Sonnet 4.6 --- .github/aw/github-agentic-workflows.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/aw/github-agentic-workflows.md b/.github/aw/github-agentic-workflows.md index d6e53000b6c..158d8a0f71d 100644 --- a/.github/aw/github-agentic-workflows.md +++ b/.github/aw/github-agentic-workflows.md @@ -143,7 +143,7 @@ The YAML frontmatter supports these fields: - Available permissions: `contents`, `issues`, `pull-requests`, `discussions`, `actions`, `checks`, `statuses`, `models`, `deployments`, `security-events` - **`runs-on:`** - Runner type (string, array, or object) -- **`timeout-minutes:`** - Workflow timeout (integer, has sensible default and can typically be omitted) +- **`timeout-minutes:`** - Agent execution step timeout in minutes (integer, defaults to 20 minutes; custom jobs and safe-output jobs use the GitHub Actions platform default of 360 minutes unless explicitly set) - **`concurrency:`** - Concurrency control (string or object) - **`env:`** - Environment variables (object or string) - **`if:`** - Conditional execution expression (string)