fix(autofix): include token load balancer#1169
Conversation
There was a problem hiding this comment.
Pull request overview
Adds token_load_balancer.js to the sparse checkout list used by the autofix loop’s security gate so that github-api-with-retry.js (and wrappers that call createTokenAwareRetry) can load its dependency during the workflow run.
Changes:
- Include
.github/scripts/token_load_balancer.jsin the security-gate sparse checkout for the autofix loop workflow. - Mirror the same sparse-checkout update in the consumer-repo workflow template.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
.github/workflows/agents-autofix-loop.yml |
Adds token_load_balancer.js to the security-gate sparse checkout so token-aware retry initialization can load. |
templates/consumer-repo/.github/workflows/agents-autofix-loop.yml |
Applies the same sparse-checkout fix to the consumer template workflow. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Automated Status SummaryHead SHA: 923493f
Coverage Overview
Coverage Trend
Top Coverage Hotspots (lowest coverage)
Updated automatically; will refresh on subsequent CI/Docker completions. Keepalive checklistScopeNo scope information available Tasks
Acceptance criteria
|
🤖 Keepalive Loop StatusPR #1169 | Agent: Codex | Iteration 0/5 Current State
🔍 Failure Classification| Error type | infrastructure | |
Add token_load_balancer.js to the autofix loop security gate sparse checkout so github-api-with-retry can load its dependency.