Fix transient copilot engine failure — gh-aw housekeeping updates#1645
Merged
Fix transient copilot engine failure — gh-aw housekeeping updates#1645
Conversation
Contributor
🏷️ Automatic Labeling SummaryThis PR has been automatically labeled based on the files changed and PR metadata. Applied Labels: size-xs Label Categories
For more information, see |
Contributor
🔍 Lighthouse Performance Audit
📥 Download full Lighthouse report Budget Compliance: Performance budgets enforced via |
Agent-Logs-Url: https://github.com/Hack23/riksdagsmonitor/sessions/8cf5d5a6-a495-4cd8-bf32-90c1ed57f9e2 Co-authored-by: pethers <1726836+pethers@users.noreply.github.com>
Contributor
🔍 Lighthouse Performance Audit
📥 Download full Lighthouse report Budget Compliance: Performance budgets enforced via |
Copilot
AI
changed the title
[WIP] Fix workflow failure for news government propositions
Fix transient copilot engine failure — gh-aw housekeeping updates
Apr 10, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the repo’s agentic maintenance workflow and gh-aw action lock metadata to reflect a transient Copilot engine failure being non-actionable, while aligning housekeeping artifacts with the current gh-aw compiler output.
Changes:
- Bumped generated
.github/workflows/agentics-maintenance.ymlreferences from gh-aw v0.67.1 → v0.67.4 (including updated pinned SHAs). - Added missing action lock entries in
.github/aw/actions-lock.json(notablyactions/download-artifact@v8.0.1andgithub/gh-aw-actions/setup-cli@v0.67.4).
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| .github/workflows/agentics-maintenance.yml | Regenerated workflow to gh-aw v0.67.4 with updated pinned action SHAs used by the maintenance jobs. |
| .github/aw/actions-lock.json | Adds lock entries required to match pinned action SHAs/versions referenced by workflows. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Workflow run #24231528231 failed with
exitCode=1and no output from the copilot CLI binary. Theinference_access_erroroutput confirms this was a transient copilot API access issue — the scheduled run 1 hour earlier and the motions workflow 12 minutes prior both succeeded. No workflow configuration changes needed.Recompilation surfaced minor drift in supporting files:
actions-lock.json: Added missingdownload-artifact@v8.0.1SHA pin entryagentics-maintenance.yml: Updated from gh-aw v0.67.1 → v0.67.4 (aligns with all other compiled workflows)gh aw compile --validate news-propositionsconfirms 0 errors, 0 warnings. Lock file unchanged after recompile.