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
⚠️ Task Could Not Be Completed: The agent reported that the task could not be performed due to an infrastructure or tool failure.
Reasons:
Cannot create PR in githubnext/gh-aw-side-repo: the repo is not checked out in the workspace. Only githubnext/gh-aw-test is checked out. The safeoutputs tool requires the target repo to be present as a git checkout. The gh-aw-side-repo is private and cannot be cloned without credentials (which are unavailable). The workflow YAML needs actions/checkout for gh-aw-side-repo with a path parameter.
All three commits were successfully created on branch copilot-multi-commit-test-1780706794 in the gh-aw-test repo:
d1c04e3 - Add README-test.md with project overview
279c497 - Add test-script.js with hello function
26834e6 - Add config.json with project configuration
However, safeoutputs create_pull_request failed with:
Repository 'githubnext/gh-aw-side-repo' not found in workspace. Make sure it's checked out using actions/checkout with a path.
The gh-aw-test repo remote was confirmed as: https://github.com/githubnext/gh-aw-test.git
Attempts to use repo=githubnext/gh-aw-test failed: "not in the allowed-repos list"
Attempt to clone gh-aw-side-repo failed: repo is private, no credentials available.
This is a structured incompletion signal (report_incomplete), not a real task outcome. Any other safe outputs emitted alongside this signal (e.g., comments) describe the failure state, not a completed review or action.
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/githubnext/gh-aw-test/actions/runs/27047618942
Manually invoke the agent
Debug this workflow failure using your favorite Agent CLI and the agentic-workflows prompt.
Workflow Failure
Workflow: Test Copilot Create Pull Request (Side Repo)
Branch: main
Run: https://github.com/githubnext/gh-aw-test/actions/runs/27047618942
Reasons:
Cannot create PR in githubnext/gh-aw-side-repo: the repo is not checked out in the workspace. Only githubnext/gh-aw-test is checked out. The safeoutputs tool requires the target repo to be present as a git checkout. The gh-aw-side-repo is private and cannot be cloned without credentials (which are unavailable). The workflow YAML needs actions/checkout for gh-aw-side-repo with a path parameter.
All three commits were successfully created on branch
copilot-multi-commit-test-1780706794in the gh-aw-test repo:d1c04e3- Add README-test.md with project overview279c497- Add test-script.js with hello function26834e6- Add config.json with project configurationHowever, safeoutputs create_pull_request failed with:
The gh-aw-test repo remote was confirmed as: https://github.com/githubnext/gh-aw-test.git
Attempts to use repo=githubnext/gh-aw-test failed: "not in the allowed-repos list"
Attempt to clone gh-aw-side-repo failed: repo is private, no credentials available.
Fix: Add to workflow YAML:
This is a structured incompletion signal (
report_incomplete), not a real task outcome. Any other safe outputs emitted alongside this signal (e.g., comments) describe the failure state, not a completed review or action.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-copilot-siderepo-create-pull-request failure in https://github.com/githubnext/gh-aw-test/actions/runs/27047618942Tip
Stop reporting this workflow as a failure
To stop a workflow from creating failure issues, set
report-failure-as-issue: falsein its frontmatter: