Skip to content

Fix broken OTLP shared import in UK AI operational resilience workflow#33036

Merged
pelikhan merged 2 commits into
mainfrom
copilot/cli-tools-test-fix-import
May 18, 2026
Merged

Fix broken OTLP shared import in UK AI operational resilience workflow#33036
pelikhan merged 2 commits into
mainfrom
copilot/cli-tools-test-fix-import

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented May 18, 2026

uk-ai-operational-resilience.md failed workflow compilation because it imported a non-existent shared file (shared/observability-otlp.md). This change updates the workflow to use the current shared OTLP import and refreshes the compiled lock output to match.

  • Import path correction

    • Updated .github/workflows/uk-ai-operational-resilience.md to reference shared/otlp.md instead of the missing file.
  • Compiled workflow alignment

    • Regenerated .github/workflows/uk-ai-operational-resilience.lock.yml so runtime imports and frontmatter hash reflect the corrected source workflow.
  • Resulting behavior

    • Removes the deterministic compile error for this workflow in bulk compile runs.
imports:
  - uses: shared/daily-audit-base.md
    with:
      title-prefix: "[uk ai resilience] "
      expires: 3d
  - shared/otlp.md

Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix broken import in uk-ai-operational-resilience.md Fix broken OTLP shared import in UK AI operational resilience workflow May 18, 2026
Copilot AI requested a review from pelikhan May 18, 2026 13:22
@pelikhan pelikhan marked this pull request as ready for review May 18, 2026 13:23
Copilot AI review requested due to automatic review settings May 18, 2026 13:23
@pelikhan pelikhan merged commit 80fcaca into main May 18, 2026
@pelikhan pelikhan deleted the copilot/cli-tools-test-fix-import branch May 18, 2026 13:23
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Fixes a broken shared import path in the UK AI operational resilience workflow that was causing compile errors, and updates the auto-generated lock file accordingly.

Changes:

  • Update shared/observability-otlp.md import to shared/otlp.md in the source workflow.
  • Regenerate the compiled .lock.yml to reflect the new import and refreshed frontmatter hash (also picks up unrelated compiler-driven updates: newer container/CLI/agent versions, OTLP header changes, env variable refactor, action setup checkout, etc.).
Show a summary per file
File Description
.github/workflows/uk-ai-operational-resilience.md Replaces the missing shared/observability-otlp.md import with the existing shared/otlp.md.
.github/workflows/uk-ai-operational-resilience.lock.yml Auto-regenerated compiled output reflecting the corrected import and ambient compiler/version updates.

Copilot's findings

Tip

Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

  • Files reviewed: 2/2 changed files
  • Comments generated: 0

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.

[cli-tools-test] Broken import in uk-ai-operational-resilience.md: shared/observability-otlp.md not found

3 participants