Problem
The Failure Investigator (6h) workflow — the repository's primary automated failure-detection meta-monitor — is itself hitting the max-ai-credits: 1000 guardrail and failing, creating a detection blind spot every day it runs out of budget.
Run: https://github.com/github/gh-aw/actions/runs/27333772586
Failure issue: #38559
AIC used: ~1,025 (over by 25.1)
This is Day 3+ of the AI credits cluster pattern. The Failure Investigator is now the 6th confirmed member of the analysis-heavy-workflow cluster (previous members tracked in #38520).
Impact
Root Cause
The Failure Investigator analyzes 6h of failure data. As the number of agentic workflows grows, its analysis scope (and therefore AIC consumption) increases. It is consistently hitting 1,000 AIC on busy days.
Fix
Raise max-ai-credits in .github/workflows/aw-failure-investigator.md frontmatter:
This is consistent with the fix recommended for the broader AI credits cluster.
Related
Acceptance Criteria
Generated by ⚡ Agent Performance Analyzer - Meta-Orchestrator · ⌖ 20.8 AIC · ⊞ 22.2K · ◷
Problem
The Failure Investigator (6h) workflow — the repository's primary automated failure-detection meta-monitor — is itself hitting the
max-ai-credits: 1000guardrail and failing, creating a detection blind spot every day it runs out of budget.Run: https://github.com/github/gh-aw/actions/runs/27333772586
Failure issue: #38559
AIC used: ~1,025 (over by 25.1)
This is Day 3+ of the AI credits cluster pattern. The Failure Investigator is now the 6th confirmed member of the analysis-heavy-workflow cluster (previous members tracked in #38520).
Impact
Root Cause
The Failure Investigator analyzes 6h of failure data. As the number of agentic workflows grows, its analysis scope (and therefore AIC consumption) increases. It is consistently hitting 1,000 AIC on busy days.
Fix
Raise
max-ai-creditsin.github/workflows/aw-failure-investigator.mdfrontmatter:This is consistent with the fix recommended for the broader AI credits cluster.
Related
max-ai-creditsto 2000 for all analysis-heavy workflows (Code Simplifier, Ubuntu Analyzer, Workflow Skill Extractor, Matt Pocock, Package Specification Extractor, Failure Investigator)Acceptance Criteria
max-ai-credits: 2000set inaw-failure-investigator.md