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:
GitHub issue read access is blocked by integrity policy for this workflow run, so Step 1 (search closed documentation-labeled issues) cannot be performed
Every attempt to read Issues via the GitHub MCP tools (search_issues, list_issues, issue_read) returned empty results with an accompanying '[Filtered] N item(s) removed by integrity policy' notice, or an explicit error: issue_read on issue push_repo_memory retry never refreshes its base: git ls-remote origin runs without credentials #63416 (referenced by merged PR Fix repo memory retry head refresh authentication #63497 as 'Fixes push_repo_memory retry never refreshes its base: git ls-remote origin runs without credentials #63416') failed with: "issue:push_repo_memory retry never refreshes its base: git ls-remote origin runs without credentials #63416 exists but is not accessible — filtered by integrity policy (Resource has lower integrity than agent requires. The agent cannot read data with integrity below 'approved'.)". Pull requests are unaffected: list_pull_requests and pull_request_read/issue_read on PR numbers (e.g. Fix repo memory retry head refresh authentication #63497) worked normally. This means the entire Issues resource type is inaccessible to this agent in the current run, blocking: searching closed documentation issues (Step 1), cross-referencing DDUw PR rejection signals against issue closers/comments, and reading issue bodies for gap classification (Step 2b). No workaround was attempted since this filtering appears to be an intentional security/integrity boundary rather than a misconfiguration. Recommend either raising this agent's granted integrity level for Issue reads in this workflow's permissions, or confirming this restriction is intentional (in which case the Daily Documentation Healer's Step 1 design needs to be revised to not depend on Issue reads).
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/github/gh-aw/actions/runs/36201965622
Manually invoke the agent
Debug this workflow failure using your favorite Agent CLI and the agentic-workflows prompt.
Workflow Failure
Workflow: Daily Documentation Healer
Branch: main
Run: https://github.com/github/gh-aw/actions/runs/36201965622
Warning
Task Could Not Be Completed: The agent reported that the task could not be performed due to an infrastructure or tool failure.
Reasons:
GitHub issue read access is blocked by integrity policy for this workflow run, so Step 1 (search closed documentation-labeled issues) cannot be performed
Every attempt to read Issues via the GitHub MCP tools (search_issues, list_issues, issue_read) returned empty results with an accompanying '[Filtered] N item(s) removed by integrity policy' notice, or an explicit error: issue_read on issue push_repo_memory retry never refreshes its base: git ls-remote origin runs without credentials #63416 (referenced by merged PR Fix repo memory retry head refresh authentication #63497 as 'Fixes push_repo_memory retry never refreshes its base: git ls-remote origin runs without credentials #63416') failed with: "issue:push_repo_memory retry never refreshes its base: git ls-remote origin runs without credentials #63416 exists but is not accessible — filtered by integrity policy (Resource has lower integrity than agent requires. The agent cannot read data with integrity below 'approved'.)". Pull requests are unaffected: list_pull_requests and pull_request_read/issue_read on PR numbers (e.g. Fix repo memory retry head refresh authentication #63497) worked normally. This means the entire Issues resource type is inaccessible to this agent in the current run, blocking: searching closed documentation issues (Step 1), cross-referencing DDUw PR rejection signals against issue closers/comments, and reading issue bodies for gap classification (Step 2b). No workaround was attempted since this filtering appears to be an intentional security/integrity boundary rather than a misconfiguration. Recommend either raising this agent's granted integrity level for Issue reads in this workflow's permissions, or confirming this restriction is intentional (in which case the Daily Documentation Healer's Step 1 design needs to be revised to not depend on Issue reads).
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 daily-doc-healer failure in https://github.com/github/gh-aw/actions/runs/36201965622Tip
Stop reporting this workflow as a failure
To stop a workflow from creating failure issues, set
report-failure-as-issue: falsein its frontmatter: