Fix broken OTLP shared import in UK AI operational resilience workflow#33036
Merged
Conversation
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
pelikhan
approved these changes
May 18, 2026
Contributor
There was a problem hiding this comment.
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.mdimport toshared/otlp.mdin the source workflow. - Regenerate the compiled
.lock.ymlto 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
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.
uk-ai-operational-resilience.mdfailed 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
.github/workflows/uk-ai-operational-resilience.mdto referenceshared/otlp.mdinstead of the missing file.Compiled workflow alignment
.github/workflows/uk-ai-operational-resilience.lock.ymlso runtime imports and frontmatter hash reflect the corrected source workflow.Resulting behavior
compileruns.