Skip to content

[deep-report] Consolidate 54 workflows: replace reporting.md + otlp.md imports with reporting-otlp.md #40094

@github-actions

Description

@github-actions

Description

54 workflows in .github/workflows/ import shared/reporting.md and shared/otlp.md as two separate items even though shared/reporting-otlp.md already bundles both. This is a mechanical find-and-replace consolidation (verified this run: 54 files import shared/reporting.md, every one of them also imports shared/otlp.md).

# Before
imports:
  - shared/reporting.md
  - shared/otlp.md
# After
imports:
  - shared/reporting-otlp.md

After editing the .md sources, recompile the affected lock files.

Expected Impact

Removes ~100+ redundant import lines, lifts reporting-otlp.md adoption from 6 → 60, and gives a single source of truth for the reporting+OTLP bundle. Lower drift risk going forward.

Suggested Agent

Workflow Skill Extractor or a general code agent (mechanical edit + recompile).

Estimated Effort

Quick (< 1 hour).

Data Source

DeepReport 2026-06-18; Workflow Skill Extractor #39979 (HIGH rec #1).

Generated by 🔬 DeepReport - Intelligence Gathering Agent ·

  • expires on Jun 20, 2026, 8:03 AM UTC-08:00

Metadata

Metadata

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions