Skip to content

Refactor 53 workflows to use shared reporting-otlp import bundle#42978

Closed
pelikhan with Copilot wants to merge 2 commits into
mainfrom
copilot/refactoring-migrate-workflows-to-reporting-otlp
Closed

Refactor 53 workflows to use shared reporting-otlp import bundle#42978
pelikhan with Copilot wants to merge 2 commits into
mainfrom
copilot/refactoring-migrate-workflows-to-reporting-otlp

Conversation

Copilot AI commented Jul 2, 2026

Copy link
Copy Markdown
Contributor

53 workflows were still importing shared/reporting.md and shared/otlp.md separately despite an existing combined bundle. This change standardizes those workflows on shared/reporting-otlp.md to remove duplicate import declarations and align telemetry/reporting defaults.

  • Workflow frontmatter consolidation

    • Replaced dual imports with the combined bundle across 53 workflow markdown files.
    • Kept all other imports and workflow content unchanged.
  • Generated workflow updates

    • Recompiled affected workflows so .lock.yml artifacts reflect the new import structure.
  • Resulting pattern

    imports:
      - shared/reporting-otlp.md

Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot AI changed the title [WIP] Migrate 53 workflows to shared/reporting-otlp.md Refactor 53 workflows to use shared reporting-otlp import bundle Jul 2, 2026
Copilot AI requested a review from pelikhan July 2, 2026 14:10
@pelikhan pelikhan closed this Jul 2, 2026
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.

[refactoring] [skill] Migrate 53 workflows from dual reporting.md + otlp.md imports to shared/reporting-otlp.md

2 participants