Skip to content

Refactor 19 workflows to use shared guard-otlp import bundle#47532

Closed
pelikhan with Copilot wants to merge 2 commits into
mainfrom
copilot/refactoring-create-shared-guard-otlp
Closed

Refactor 19 workflows to use shared guard-otlp import bundle#47532
pelikhan with Copilot wants to merge 2 commits into
mainfrom
copilot/refactoring-create-shared-guard-otlp

Conversation

Copilot AI commented Jul 23, 2026

Copy link
Copy Markdown
Contributor

19 workflows were repeatedly importing shared/github-guard-policy.md and shared/otlp.md together. This change introduces a single shared bundle for that pair and migrates all known occurrences to reduce duplication and align with existing shared-import patterns.

  • New shared component

    • Added .github/workflows/shared/guard-otlp.md to encapsulate:
      • shared/github-guard-policy.md
      • shared/otlp.md
  • Workflow import migration (19 files)

    • Replaced paired imports in:
      • auto-triage-issues.md
      • daily-agent-of-the-day-blog-writer.md
      • daily-doc-updater.md
      • daily-issues-report.md
      • discussion-task-miner.md
      • issue-arborist.md
      • issue-monster.md
      • issue-triage-agent.md
      • org-health-report.md
      • smoke-agent-public-approved.md
      • smoke-agent-scoped-approved.md
      • smoke-copilot-aoai-apikey.md
      • smoke-copilot-aoai-entra.md
      • smoke-copilot.md
      • stale-repo-identifier.md
      • weekly-blog-post-writer.md
      • weekly-issue-summary.md
      • weekly-safe-outputs-spec-review.md
      • workflow-generator.md
  • Compiled output synchronization

    • Updated corresponding .lock.yml files generated from the migrated workflows.
# Before
imports:
  - shared/github-guard-policy.md
  - shared/otlp.md

# After
imports:
  - shared/guard-otlp.md

Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot AI changed the title [WIP] Refactor shared policy and otlp bundling for workflows Refactor 19 workflows to use shared guard-otlp import bundle Jul 23, 2026
Copilot AI requested a review from pelikhan July 23, 2026 08:46
@pelikhan pelikhan closed this Jul 23, 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: create shared/guard-otlp.md bundle for 19 workflows using github-guard-policy.md+otlp.md

2 participants