Skip to content

Install CI Doctor agentic workflow#291

Merged
mrjf merged 2 commits intomainfrom
copilot/install-ci-doctor
May 11, 2026
Merged

Install CI Doctor agentic workflow#291
mrjf merged 2 commits intomainfrom
copilot/install-ci-doctor

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented May 10, 2026

New Feature

Installs the CI Doctor agentic workflow from githubnext/agentics.

What does this feature do?

Adds an automated CI failure investigator that triggers on workflow_run completion of the monitored workflow, analyzes logs and root causes, and opens an investigation issue (label: automation, ci, title prefix [ci-doctor]) with findings and recommended fixes.

Implementation details

  • gh aw add githubnext/agentics/ci-doctor — adds the source workflow at .github/workflows/ci-doctor.md.
  • Monitored workflow retargeted to this repo's CI. Upstream defaults reference workflows that don't exist here:
    on:
      workflow_run:
        workflows: ["CI"]   # was: ["Daily Perf Improver", "Daily Test Coverage Improver"]
  • gh aw compile regenerates .github/workflows/ci-doctor.lock.yml (the executed YAML).
  • .github/aw/actions-lock.json left untouched — gh aw would have pruned github/gh-aw-actions/setup@v0.72.1, but it is still referenced by the existing autoloop / evergreen lock files (compiled with a newer gh-aw than the one in this sandbox).

Follow-ups for reviewers

  • Confirm CI is the right workflow to monitor, or extend the list (e.g. add Autoloop, Evergreen — PR Health Keeper, Deploy Playground to Pages).
  • Recompiling with the same gh-aw version used for the other lock files (v0.72.1) would produce a lock file consistent with the rest of the repo; the v0.71.1 output committed here is functionally equivalent but uses older pinned action SHAs.

Copilot AI linked an issue May 10, 2026 that may be closed by this pull request
Co-authored-by: mrjf <180956+mrjf@users.noreply.github.com>
Copilot AI changed the title [WIP] Install CI doctor following documentation Install CI Doctor agentic workflow May 10, 2026
Copilot AI requested a review from mrjf May 10, 2026 13:49
Copilot finished work on behalf of mrjf May 10, 2026 13:49
@mrjf mrjf marked this pull request as ready for review May 11, 2026 01:49
@mrjf mrjf merged commit 88f2b57 into main May 11, 2026
19 checks passed
@mrjf mrjf deleted the copilot/install-ci-doctor branch May 11, 2026 01:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

install ci doctor

2 participants