fix(ci): recompile ci-doctor and add missing workflows#1067
Merged
Conversation
Co-authored-by: Mossaka <5447827+Mossaka@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Debug CI Doctor workflow failure
fix(ci): recompile ci-doctor and add missing workflows
Feb 26, 2026
Contributor
✅ Coverage Check PassedOverall Coverage
📁 Per-file Coverage Changes (1 files)
Coverage comparison generated by |
Contributor
There was a problem hiding this comment.
Pull request overview
This PR fixes a stale CI Doctor workflow lock file and adds missing workflow monitors. The CI Doctor workflow failed because it was using outdated versions of gh-aw (v0.47.0) and GitHub Copilot CLI (0.0.411). The PR recompiles the lock file with updated versions, adds 4 previously unmonitored workflows to the monitoring list, and fixes a bug in the post-processing script that referenced a deleted workflow file.
Changes:
- Upgraded gh-aw from v0.47.0 to v0.50.5 and Copilot CLI from 0.0.411 to 0.0.418
- Added 4 missing workflows to CI Doctor's monitoring list: Chroot Integration Tests, Integration Tests, Smoke Chroot, and Smoke Codex
- Fixed postprocess-smoke-workflows.ts to remove reference to deleted smoke-gemini.lock.yml file
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| scripts/ci/postprocess-smoke-workflows.ts | Removed reference to deleted smoke-gemini.lock.yml workflow that was causing the post-processing script to fail |
| .github/workflows/ci-doctor.md | Added 4 missing workflows to the monitored workflows list |
| .github/workflows/ci-doctor.lock.yml | Recompiled lock file with gh-aw v0.50.5, updated all version references, refactored threat detection to run inline, updated prompt building, and added new safe output tools |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This was referenced Feb 27, 2026
4 tasks
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.
CI Doctor run 22434930177 failed at "Install GitHub Copilot CLI" — the lock file was stale (gh-aw v0.47.0, Copilot CLI 0.0.411).
ci-doctor.lock.yml— v0.47.0 → v0.50.5, Copilot CLI 0.0.411 → 0.0.418, post-processed for local buildsci-doctor.md—Chroot Integration Tests,Integration Tests,Smoke Chroot,Smoke Codexwere unmonitoredpostprocess-smoke-workflows.ts— remove reference to deletedsmoke-gemini.lock.ymlthat was causing the post-processing script to errorWarning
Firewall rules blocked me from connecting to one or more addresses (expand for details)
I tried to connect to the following addresses, but was blocked by firewall rules:
https://api.github.com/repos/github/gh-aw/git/ref/tags/v0.50.5/usr/bin/gh gh api /repos/github/gh-aw/git/ref/tags/v0.50.5 --jq .object.sha(http block)If you need me to access, download, or install something from one of these locations, you can either:
Original prompt
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.