From 55868be137412071da5fa2a421cfb6a89d9478b5 Mon Sep 17 00:00:00 2001 From: gh-aw-bot Date: Fri, 6 Mar 2026 04:21:12 +0000 Subject: [PATCH 1/2] docs: document Docker image download wait in MCP compile tool (from #19792) Add a note to the compile tool reference explaining that actionlint, zizmor, and poutine require Docker images on first use and that users should wait 15-30 seconds and retry if images are still downloading. Co-Authored-By: Claude Sonnet 4.6 --- docs/src/content/docs/reference/gh-aw-as-mcp-server.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/src/content/docs/reference/gh-aw-as-mcp-server.md b/docs/src/content/docs/reference/gh-aw-as-mcp-server.md index d86706ac386..e386876ef36 100644 --- a/docs/src/content/docs/reference/gh-aw-as-mcp-server.md +++ b/docs/src/content/docs/reference/gh-aw-as-mcp-server.md @@ -151,6 +151,9 @@ Compile Markdown workflows to GitHub Actions YAML with optional static analysis. - `warnings`: Array of warning objects - `compiled_file`: Path to generated `.lock.yml` file +> [!NOTE] +> The `actionlint`, `zizmor`, and `poutine` scanners use Docker images that download on first use. If images are still being pulled, the tool returns a "Docker images are being downloaded. Please wait and retry the compile command." message. Wait 15–30 seconds, then retry the request. + ### `logs` Download and analyze workflow logs with timeout handling and size guardrails. From 95c059b34351320bb8f4f26ff0efda840b7fab06 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 6 Mar 2026 04:23:08 +0000 Subject: [PATCH 2/2] ci: trigger checks