You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Verify token scopes, repository permissions, and MCP/tool access configuration. Denied commands: '\.(js|cjs|ts|go|py|rb)$' | head -50 | cd /home/runner/work/gh-aw/gh-aw && make fmt 2>&1 | tail -5 | cd /home/runner/work/gh-aw/gh-aw && make test-unit 2>&1 | tail -20 | cd /home/runner/work/gh-aw/gh-aw && go build ./pkg/workflow/... 2>&1
Warning
Repeated Permission Denied: The agent was denied permission to run 7 command(s) and stopped retrying.
Denied Commands:
'\.(js|cjs|ts|go|py|rb)$'
head -50
cd /home/runner/work/gh-aw/gh-aw && make fmt 2>&1
tail -5
cd /home/runner/work/gh-aw/gh-aw && make test-unit 2>&1
tail -20
cd /home/runner/work/gh-aw/gh-aw && go build ./pkg/workflow/... 2>&1
How to fix this
The agent ran in non-interactive mode (--no-ask-user) and could not request permission at runtime.
To resolve repeated permission denied errors, update the workflow prompt to avoid these commands or use approved alternatives. Use the following prompt with any coding agent:
The agentic workflow code-simplifier encountered repeated permission denied errors for these commands:
`'\.(js|cjs|ts|go|py|rb)$'`, `head -50`, `cd /home/runner/work/gh-aw/gh-aw && make fmt 2>&1`, `tail -5`, `cd /home/runner/work/gh-aw/gh-aw && make test-unit 2>&1`, `tail -20`, `cd /home/runner/work/gh-aw/gh-aw && go build ./pkg/workflow/... 2>&1`
Please update the workflow prompt so the agent:
1. Uses built-in tools (GitHub API, file read/write) instead of the denied shell commands
2. Or achieves the same goal through alternative approaches that do not require shell permission
Warning
Engine Rate Limited (HTTP 429): The copilot engine hit provider rate limits and could not complete this run.
This signal was detected from engine runtime logs/OTLP telemetry.
What to do next
Retry the workflow after a short delay.
If this keeps happening, reduce concurrent workflow volume or review provider quota/rate-limit policies.
Action Required
Assign this issue to an agent to debug and fix the issue.
Debug with any coding agent
Use this prompt with any coding agent (GitHub Copilot, Claude, Gemini, etc.):
Debug the agentic workflow failure using https://raw.githubusercontent.com/github/gh-aw/main/debug.md
The failed workflow run is at https://github.com/github/gh-aw/actions/runs/27184225535
Manually invoke the agent
Debug this workflow failure using your favorite Agent CLI and the agentic-workflows prompt.
Workflow Failure
Workflow: Code Simplifier
Branch: main
Run: https://github.com/github/gh-aw/actions/runs/27184225535
Warning
Missing Tools Reported: The agent reported missing tools during execution.
Missing Tools:
Alternatives:
Warning
Repeated Permission Denied: The agent was denied permission to run 7 command(s) and stopped retrying.
Denied Commands:
'\.(js|cjs|ts|go|py|rb)$'head -50cd /home/runner/work/gh-aw/gh-aw && make fmt 2>&1tail -5cd /home/runner/work/gh-aw/gh-aw && make test-unit 2>&1tail -20cd /home/runner/work/gh-aw/gh-aw && go build ./pkg/workflow/... 2>&1How to fix this
The agent ran in non-interactive mode (
--no-ask-user) and could not request permission at runtime.To resolve repeated permission denied errors, update the workflow prompt to avoid these commands or use approved alternatives. Use the following prompt with any coding agent:
Warning
Engine Rate Limited (HTTP 429): The
copilotengine hit provider rate limits and could not complete this run.This signal was detected from engine runtime logs/OTLP telemetry.
What to do next
Action Required
Assign this issue to an agent to debug and fix the issue.
Debug with any coding agent
Use this prompt with any coding agent (GitHub Copilot, Claude, Gemini, etc.):
Manually invoke the agent
Debug this workflow failure using your favorite Agent CLI and the
agentic-workflowsprompt.agentic-workflowsskill from.github/skills/agentic-workflows/SKILL.mdor https://github.com/github/gh-aw/blob/main/.github/skills/agentic-workflows/SKILL.mddebug the agentic workflow code-simplifier failure in https://github.com/github/gh-aw/actions/runs/27184225535Tip
Stop reporting this workflow as a failure
To stop a workflow from creating failure issues, set
report-failure-as-issue: falsein its frontmatter: