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
Engine Failure: The copilot engine terminated unexpectedly.
Last agent output:
└ 48 lines...
✗ Test write access to safeoutputs directory (shell)
│ # Check if I can write to the safeoutputs directory
│ touch /home/runner/work/_temp/gh-aw/safeoutputs/outputs.jsonl 2>&1 && echo
│ "writable" || echo "NOT writable"
└ Permission denied and could not request permission from user
✗ Check if tools file is writable (shell)
│ touch /home/runner/work/_temp/gh-aw/mcp-cli/tools/safeoutputs.json 2>&1 &&
│ echo "writable" || echo "NOT writable"
└ Permission denied and could not request permission from user
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://github.com/github/gh-aw/main/debug.md
The failed workflow run is at https://github.com/github/gh-aw/actions/runs/27687796607
Manually invoke the agent
Debug this workflow failure using your favorite Agent CLI and the agentic-workflows prompt.
Workflow Failure
Workflow: Test Quality Sentinel
Branch: copilot/implement-dependencies-field
Run: https://github.com/github/gh-aw/actions/runs/27687796607
Pull Request: #39739
Warning
Engine Failure: The
copilotengine terminated unexpectedly.Last agent output:
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 test-quality-sentinel failure in https://github.com/github/gh-aw/actions/runs/27687796607Tip
Stop reporting this workflow as a failure
To stop a workflow from creating failure issues, set
report-failure-as-issue: falsein its frontmatter: