-
Notifications
You must be signed in to change notification settings - Fork 296
Closed as not planned
Closed as not planned
Copy link
Labels
Description
Workflow Failure — Long-Running P1
Workflow: Daily Issues Report Generator
File: .github/workflows/daily-issues-report.md
Latest run: #22604788496 (run #121)
Failure streak: 121+ consecutive failures (since workflow was first deployed)
Failure Pattern
The Daily Issues Report Generator fails on every scheduled run (daily at ~02:00 UTC) due to the same lockdown token issue affecting other workflows in this repository:
- Root cause:
lockdown: truein workflow configuration requiresGH_AW_GITHUB_TOKENsecret - Error: Lockdown check fails — token not provisioned
- Duration: 121+ consecutive days of failures
Impact
- Zero successful runs — the workflow has never produced output
- Daily issues analytics not being generated
- Visibility gap — no automated daily summary of repository issue activity
Related Issues
This is part of the systemic lockdown token problem:
- [P1] Lockdown mode failing: GH_AW_GITHUB_TOKEN not configured — 5 workflows affected #17414 — Add
GH_AW_GITHUB_TOKEN→ CLOSED "not_planned" - [q] fix(workflows): remove explicit lockdown:true to stop recurring failures #17807 — Remove
lockdown: truefrom workflows → CLOSED "not_planned" - [aw] Issue Monster failed #18919 — Issue Monster failing (same root cause) — OPEN
- [aw] PR Triage Agent failed #18952 — PR Triage Agent failing (same root cause) — OPEN
Possible Resolutions
Since both programmatic fix paths are closed, options remaining:
- Manual admin action: Provision
GH_AW_GITHUB_TOKENsecret with appropriate scopes - Disable workflow: If the workflow is not expected to work without the token, disable or archive it
- Redesign workflow: Remove the
lockdown: truerequirement if the workflow can function with standardGITHUB_TOKEN
Debug Workflow Failure
To investigate the specific failure:
debug the agentic workflow daily-issues-report failure in https://github.com/github/gh-aw/actions/runs/22604788496
Detected by Workflow Health Manager — 2026-03-03
Run: §22612773467
Generated by Workflow Health Manager - Meta-Orchestrator · ◷
- expires on Mar 4, 2026, 7:34 AM UTC
Reactions are currently unavailable