Skip to content

chore: recompile workflow lock files#39012

Merged
pelikhan merged 1 commit into
mainfrom
copilot/recompile-changes
Jun 13, 2026
Merged

chore: recompile workflow lock files#39012
pelikhan merged 1 commit into
mainfrom
copilot/recompile-changes

Conversation

Copilot AI commented Jun 13, 2026

Copy link
Copy Markdown
Contributor

Regenerates all .lock.yml workflow files via make recompile to sync compiled output with current workflow sources and tooling.

Changes

  • Updated all .github/workflows/*.lock.yml files to reflect latest compilation output

Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot AI changed the title chore: recompile workflows chore: recompile workflow lock files Jun 13, 2026
Copilot AI requested a review from pelikhan June 13, 2026 04:27
@pelikhan pelikhan marked this pull request as ready for review June 13, 2026 04:33
Copilot AI review requested due to automatic review settings June 13, 2026 04:33
@pelikhan pelikhan merged commit c1b02b8 into main Jun 13, 2026
11 checks passed
@pelikhan pelikhan deleted the copilot/recompile-changes branch June 13, 2026 04:33

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

This PR regenerates the compiled GitHub Actions workflow lockfiles (.lock.yml) so the repository’s checked-in compiled workflow output matches the current workflow sources/tooling. As part of the regenerated output, the affected workflows now include a TRACEPARENT environment variable derived from OTEL trace context env vars, enabling trace-context propagation into downstream tooling.

Changes:

  • Regenerated .github/workflows/*.lock.yml files via make recompile.
  • Propagated W3C trace context into job/step environments by adding TRACEPARENT in the compiled env blocks (derived from GITHUB_AW_OTEL_TRACE_ID / GITHUB_AW_OTEL_PARENT_SPAN_ID).
Show a summary per file
File Description
.github/workflows/workflow-skill-extractor.lock.yml Regenerated compiled workflow; includes TRACEPARENT propagation in env.
.github/workflows/workflow-normalizer.lock.yml Regenerated compiled workflow; includes TRACEPARENT propagation in env.
.github/workflows/workflow-health-manager.lock.yml Regenerated compiled workflow; includes TRACEPARENT propagation in env.
.github/workflows/workflow-generator.lock.yml Regenerated compiled workflow; includes TRACEPARENT propagation in env.
.github/workflows/weekly-safe-outputs-spec-review.lock.yml Regenerated compiled workflow; includes TRACEPARENT propagation in env.
.github/workflows/weekly-issue-summary.lock.yml Regenerated compiled workflow; includes TRACEPARENT propagation in env.
.github/workflows/weekly-editors-health-check.lock.yml Regenerated compiled workflow; includes TRACEPARENT propagation in env.
.github/workflows/weekly-blog-post-writer.lock.yml Regenerated compiled workflow; includes TRACEPARENT propagation in env.
.github/workflows/visual-regression-checker.lock.yml Regenerated compiled workflow; includes TRACEPARENT propagation in env.
.github/workflows/video-analyzer.lock.yml Regenerated compiled workflow; includes TRACEPARENT propagation in env.
.github/workflows/update-astro.lock.yml Regenerated compiled workflow; includes TRACEPARENT propagation in env.
.github/workflows/unbloat-docs.lock.yml Regenerated compiled workflow; includes TRACEPARENT propagation in env.
.github/workflows/uk-ai-operational-resilience.lock.yml Regenerated compiled workflow; includes TRACEPARENT propagation in env.
.github/workflows/ubuntu-image-analyzer.lock.yml Regenerated compiled workflow; includes TRACEPARENT propagation in env.
.github/workflows/typist.lock.yml Regenerated compiled workflow; includes TRACEPARENT propagation in env.
.github/workflows/tidy.lock.yml Regenerated compiled workflow; includes TRACEPARENT propagation in env.
.github/workflows/test-workflow.lock.yml Regenerated compiled workflow; includes TRACEPARENT propagation in env.
.github/workflows/test-quality-sentinel.lock.yml Regenerated compiled workflow; includes TRACEPARENT propagation in env.
.github/workflows/test-project-url-default.lock.yml Regenerated compiled workflow; includes TRACEPARENT propagation in env.
.github/workflows/test-dispatcher.lock.yml Regenerated compiled workflow; includes TRACEPARENT propagation in env.
.github/workflows/test-create-pr-error-handling.lock.yml Regenerated compiled workflow; includes TRACEPARENT propagation in env.
.github/workflows/terminal-stylist.lock.yml Regenerated compiled workflow; includes TRACEPARENT propagation in env.
.github/workflows/technical-doc-writer.lock.yml Regenerated compiled workflow; includes TRACEPARENT propagation in env.
.github/workflows/super-linter.lock.yml Regenerated compiled workflow; includes TRACEPARENT propagation in env.
.github/workflows/sub-issue-closer.lock.yml Regenerated compiled workflow; includes TRACEPARENT propagation in env.
.github/workflows/step-name-alignment.lock.yml Regenerated compiled workflow; includes TRACEPARENT propagation in env.
.github/workflows/static-analysis-report.lock.yml Regenerated compiled workflow; includes TRACEPARENT propagation in env.
.github/workflows/stale-repo-identifier.lock.yml Regenerated compiled workflow; includes TRACEPARENT propagation in env.
.github/workflows/stale-pr-cleanup.lock.yml Regenerated compiled workflow; includes TRACEPARENT propagation in env.
.github/workflows/spec-librarian.lock.yml Regenerated compiled workflow; includes TRACEPARENT propagation in env.
.github/workflows/spec-extractor.lock.yml Regenerated compiled workflow; includes TRACEPARENT propagation in env.
.github/workflows/spec-enforcer.lock.yml Regenerated compiled workflow; includes TRACEPARENT propagation in env.
.github/workflows/smoke-workflow-call.lock.yml Regenerated compiled workflow; includes TRACEPARENT propagation in env.
.github/workflows/smoke-update-cross-repo-pr.lock.yml Regenerated compiled workflow; includes TRACEPARENT propagation in env.
.github/workflows/smoke-test-tools.lock.yml Regenerated compiled workflow; includes TRACEPARENT propagation in env.
.github/workflows/smoke-temporary-id.lock.yml Regenerated compiled workflow; includes TRACEPARENT propagation in env.
.github/workflows/smoke-service-ports.lock.yml Regenerated compiled workflow; includes TRACEPARENT propagation in env.
.github/workflows/smoke-project.lock.yml Regenerated compiled workflow; includes TRACEPARENT propagation in env.
.github/workflows/smoke-pi.lock.yml Regenerated compiled workflow; includes TRACEPARENT propagation in env.
.github/workflows/smoke-otel-backends.lock.yml Regenerated compiled workflow; includes TRACEPARENT propagation in env.
.github/workflows/smoke-opencode.lock.yml Regenerated compiled workflow; includes TRACEPARENT propagation in env.
.github/workflows/smoke-multi-pr.lock.yml Regenerated compiled workflow; includes TRACEPARENT propagation in env.
.github/workflows/smoke-gemini.lock.yml Regenerated compiled workflow; includes TRACEPARENT propagation in env.
.github/workflows/smoke-crush.lock.yml Regenerated compiled workflow; includes TRACEPARENT propagation in env.
.github/workflows/smoke-create-cross-repo-pr.lock.yml Regenerated compiled workflow; includes TRACEPARENT propagation in env.
.github/workflows/smoke-copilot.lock.yml Regenerated compiled workflow; includes TRACEPARENT propagation in env.
.github/workflows/smoke-copilot-sdk.lock.yml Regenerated compiled workflow; includes TRACEPARENT propagation in env.
.github/workflows/smoke-claude.lock.yml Regenerated compiled workflow; includes TRACEPARENT propagation in env.
.github/workflows/smoke-ci.lock.yml Regenerated compiled workflow; includes TRACEPARENT propagation in env.
.github/workflows/smoke-antigravity.lock.yml Regenerated compiled workflow; includes TRACEPARENT propagation in env.
.github/workflows/smoke-agent-scoped-approved.lock.yml Regenerated compiled workflow; includes TRACEPARENT propagation in env.
.github/workflows/smoke-agent-public-none.lock.yml Regenerated compiled workflow; includes TRACEPARENT propagation in env.
.github/workflows/smoke-agent-public-approved.lock.yml Regenerated compiled workflow; includes TRACEPARENT propagation in env.
.github/workflows/smoke-agent-all-none.lock.yml Regenerated compiled workflow; includes TRACEPARENT propagation in env.
.github/workflows/smoke-agent-all-merged.lock.yml Regenerated compiled workflow; includes TRACEPARENT propagation in env.
.github/workflows/slide-deck-maintainer.lock.yml Regenerated compiled workflow; includes TRACEPARENT propagation in env.
.github/workflows/sergo.lock.yml Regenerated compiled workflow; includes TRACEPARENT propagation in env.
.github/workflows/semantic-function-refactor.lock.yml Regenerated compiled workflow; includes TRACEPARENT propagation in env.
.github/workflows/security-review.lock.yml Regenerated compiled workflow; includes TRACEPARENT propagation in env.
.github/workflows/security-compliance.lock.yml Regenerated compiled workflow; includes TRACEPARENT propagation in env.
.github/workflows/scout.lock.yml Regenerated compiled workflow; includes TRACEPARENT propagation in env.
.github/workflows/schema-consistency-checker.lock.yml Regenerated compiled workflow; includes TRACEPARENT propagation in env.
.github/workflows/safe-output-health.lock.yml Regenerated compiled workflow; includes TRACEPARENT propagation in env.
.github/workflows/ruflo-backed-task.lock.yml Regenerated compiled workflow; includes TRACEPARENT propagation in env.
.github/workflows/research.lock.yml Regenerated compiled workflow; includes TRACEPARENT propagation in env.
.github/workflows/repository-quality-improver.lock.yml Regenerated compiled workflow; includes TRACEPARENT propagation in env.
.github/workflows/repo-tree-map.lock.yml Regenerated compiled workflow; includes TRACEPARENT propagation in env.
.github/workflows/repo-audit-analyzer.lock.yml Regenerated compiled workflow; includes TRACEPARENT propagation in env.
.github/workflows/release.lock.yml Regenerated compiled workflow; includes TRACEPARENT propagation in env.
.github/workflows/refiner.lock.yml Regenerated compiled workflow; includes TRACEPARENT propagation in env.
.github/workflows/refactoring-cadence.lock.yml Regenerated compiled workflow; includes TRACEPARENT propagation in env.
.github/workflows/q.lock.yml Regenerated compiled workflow; includes TRACEPARENT propagation in env.
.github/workflows/python-data-charts.lock.yml Regenerated compiled workflow; includes TRACEPARENT propagation in env.
.github/workflows/prompt-clustering-analysis.lock.yml Regenerated compiled workflow; includes TRACEPARENT propagation in env.
.github/workflows/pr-triage-agent.lock.yml Regenerated compiled workflow; includes TRACEPARENT propagation in env.
.github/workflows/pr-sous-chef.lock.yml Regenerated compiled workflow; includes TRACEPARENT propagation in env.
.github/workflows/pr-nitpick-reviewer.lock.yml Regenerated compiled workflow; includes TRACEPARENT propagation in env.
.github/workflows/pr-description-caveman.lock.yml Regenerated compiled workflow; includes TRACEPARENT propagation in env.
.github/workflows/pr-code-quality-reviewer.lock.yml Regenerated compiled workflow; includes TRACEPARENT propagation in env.
.github/workflows/poem-bot.lock.yml Regenerated compiled workflow; includes TRACEPARENT propagation in env.
.github/workflows/plan.lock.yml Regenerated compiled workflow; includes TRACEPARENT propagation in env.
.github/workflows/pdf-summary.lock.yml Regenerated compiled workflow; includes TRACEPARENT propagation in env.
.github/workflows/outcome-collector.lock.yml Regenerated compiled workflow; includes TRACEPARENT propagation in env.
.github/workflows/org-health-report.lock.yml Regenerated compiled workflow; includes TRACEPARENT propagation in env.
.github/workflows/objective-impact-report.lock.yml Regenerated compiled workflow; includes TRACEPARENT propagation in env.
.github/workflows/notion-issue-summary.lock.yml Regenerated compiled workflow; includes TRACEPARENT propagation in env.
.github/workflows/metrics-collector.lock.yml Regenerated compiled workflow; includes TRACEPARENT propagation in env.
.github/workflows/mergefest.lock.yml Regenerated compiled workflow; includes TRACEPARENT propagation in env.
.github/workflows/mcp-inspector.lock.yml Regenerated compiled workflow; includes TRACEPARENT propagation in env.
.github/workflows/mattpocock-skills-reviewer.lock.yml Regenerated compiled workflow; includes TRACEPARENT propagation in env.
.github/workflows/lockfile-stats.lock.yml Regenerated compiled workflow; includes TRACEPARENT propagation in env.
.github/workflows/linter-miner.lock.yml Regenerated compiled workflow; includes TRACEPARENT propagation in env.
.github/workflows/lint-monster.lock.yml Regenerated compiled workflow; includes TRACEPARENT propagation in env.
.github/workflows/layout-spec-maintainer.lock.yml Regenerated compiled workflow; includes TRACEPARENT propagation in env.
.github/workflows/jsweep.lock.yml Regenerated compiled workflow; includes TRACEPARENT propagation in env.
.github/workflows/issue-triage-agent.lock.yml Regenerated compiled workflow; includes TRACEPARENT propagation in env.
.github/workflows/issue-monster.lock.yml Regenerated compiled workflow; includes TRACEPARENT propagation in env.
.github/workflows/instructions-janitor.lock.yml Regenerated compiled workflow; includes TRACEPARENT propagation in env.
.github/workflows/hourly-ci-cleaner.lock.yml Regenerated compiled workflow; includes TRACEPARENT propagation in env.
.github/workflows/hippo-embed.lock.yml Regenerated compiled workflow; includes TRACEPARENT propagation in env.
.github/workflows/gpclean.lock.yml Regenerated compiled workflow; includes TRACEPARENT propagation in env.
.github/workflows/go-pattern-detector.lock.yml Regenerated compiled workflow; includes TRACEPARENT propagation in env.
.github/workflows/go-logger.lock.yml Regenerated compiled workflow; includes TRACEPARENT propagation in env.
.github/workflows/go-fan.lock.yml Regenerated compiled workflow; includes TRACEPARENT propagation in env.
.github/workflows/glossary-maintainer.lock.yml Regenerated compiled workflow; includes TRACEPARENT propagation in env.
.github/workflows/github-remote-mcp-auth-test.lock.yml Regenerated compiled workflow; includes TRACEPARENT propagation in env.
.github/workflows/github-mcp-tools-report.lock.yml Regenerated compiled workflow; includes TRACEPARENT propagation in env.
.github/workflows/github-mcp-structural-analysis.lock.yml Regenerated compiled workflow; includes TRACEPARENT propagation in env.
.github/workflows/functional-pragmatist.lock.yml Regenerated compiled workflow; includes TRACEPARENT propagation in env.
.github/workflows/firewall.lock.yml Regenerated compiled workflow; includes TRACEPARENT propagation in env.
.github/workflows/firewall-escape.lock.yml Regenerated compiled workflow; includes TRACEPARENT propagation in env.
.github/workflows/example-workflow-analyzer.lock.yml Regenerated compiled workflow; includes TRACEPARENT propagation in env.
.github/workflows/example-permissions-warning.lock.yml Regenerated compiled workflow; includes TRACEPARENT propagation in env.
.github/workflows/draft-pr-cleanup.lock.yml Regenerated compiled workflow; includes TRACEPARENT propagation in env.
.github/workflows/docs-noob-tester.lock.yml Regenerated compiled workflow; includes TRACEPARENT propagation in env.
.github/workflows/discussion-task-miner.lock.yml Regenerated compiled workflow; includes TRACEPARENT propagation in env.
.github/workflows/dictation-prompt.lock.yml Regenerated compiled workflow; includes TRACEPARENT propagation in env.
.github/workflows/developer-docs-consolidator.lock.yml Regenerated compiled workflow; includes TRACEPARENT propagation in env.
.github/workflows/dev-hawk.lock.yml Regenerated compiled workflow; includes TRACEPARENT propagation in env.
.github/workflows/designer-drift-audit.lock.yml Regenerated compiled workflow; includes TRACEPARENT propagation in env.
.github/workflows/design-decision-gate.lock.yml Regenerated compiled workflow; includes TRACEPARENT propagation in env.
.github/workflows/deployment-incident-monitor.lock.yml Regenerated compiled workflow; includes TRACEPARENT propagation in env.
.github/workflows/dependabot-worker.lock.yml Regenerated compiled workflow; includes TRACEPARENT propagation in env.
.github/workflows/dependabot-repair.lock.yml Regenerated compiled workflow; includes TRACEPARENT propagation in env.
.github/workflows/dependabot-go-checker.lock.yml Regenerated compiled workflow; includes TRACEPARENT propagation in env.
.github/workflows/dependabot-campaign.lock.yml Regenerated compiled workflow; includes TRACEPARENT propagation in env.
.github/workflows/dependabot-burner.lock.yml Regenerated compiled workflow; includes TRACEPARENT propagation in env.
.github/workflows/delight.lock.yml Regenerated compiled workflow; includes TRACEPARENT propagation in env.
.github/workflows/deep-report.lock.yml Regenerated compiled workflow; includes TRACEPARENT propagation in env.
.github/workflows/dead-code-remover.lock.yml Regenerated compiled workflow; includes TRACEPARENT propagation in env.
.github/workflows/daily-workflow-updater.lock.yml Regenerated compiled workflow; includes TRACEPARENT propagation in env.
.github/workflows/daily-windows-terminal-integration-builder.lock.yml Regenerated compiled workflow; includes TRACEPARENT propagation in env.
.github/workflows/daily-token-consumption-report.lock.yml Regenerated compiled workflow; includes TRACEPARENT propagation in env.
.github/workflows/daily-testify-uber-super-expert.lock.yml Regenerated compiled workflow; includes TRACEPARENT propagation in env.
.github/workflows/daily-team-status.lock.yml Regenerated compiled workflow; includes TRACEPARENT propagation in env.
.github/workflows/daily-team-evolution-insights.lock.yml Regenerated compiled workflow; includes TRACEPARENT propagation in env.
.github/workflows/daily-syntax-error-quality.lock.yml Regenerated compiled workflow; includes TRACEPARENT propagation in env.
.github/workflows/daily-spdd-spec-planner.lock.yml Regenerated compiled workflow; includes TRACEPARENT propagation in env.
.github/workflows/daily-skill-optimizer.lock.yml Regenerated compiled workflow; includes TRACEPARENT propagation in env.
.github/workflows/daily-sentrux-report.lock.yml Regenerated compiled workflow; includes TRACEPARENT propagation in env.
.github/workflows/daily-semgrep-scan.lock.yml Regenerated compiled workflow; includes TRACEPARENT propagation in env.
.github/workflows/daily-security-red-team.lock.yml Regenerated compiled workflow; includes TRACEPARENT propagation in env.
.github/workflows/daily-security-observability.lock.yml Regenerated compiled workflow; includes TRACEPARENT propagation in env.
.github/workflows/daily-secrets-analysis.lock.yml Regenerated compiled workflow; includes TRACEPARENT propagation in env.
.github/workflows/daily-safeoutputs-git-simulator.lock.yml Regenerated compiled workflow; includes TRACEPARENT propagation in env.
.github/workflows/daily-safe-outputs-conformance.lock.yml Regenerated compiled workflow; includes TRACEPARENT propagation in env.
.github/workflows/daily-safe-output-optimizer.lock.yml Regenerated compiled workflow; includes TRACEPARENT propagation in env.
.github/workflows/daily-safe-output-integrator.lock.yml Regenerated compiled workflow; includes TRACEPARENT propagation in env.
.github/workflows/daily-repo-chronicle.lock.yml Regenerated compiled workflow; includes TRACEPARENT propagation in env.
.github/workflows/daily-rendering-scripts-verifier.lock.yml Regenerated compiled workflow; includes TRACEPARENT propagation in env.
.github/workflows/daily-reliability-review.lock.yml Regenerated compiled workflow; includes TRACEPARENT propagation in env.
.github/workflows/daily-regulatory.lock.yml Regenerated compiled workflow; includes TRACEPARENT propagation in env.
.github/workflows/daily-performance-summary.lock.yml Regenerated compiled workflow; includes TRACEPARENT propagation in env.
.github/workflows/daily-news.lock.yml Regenerated compiled workflow; includes TRACEPARENT propagation in env.
.github/workflows/daily-multi-device-docs-tester.lock.yml Regenerated compiled workflow; includes TRACEPARENT propagation in env.
.github/workflows/daily-model-inventory.lock.yml Regenerated compiled workflow; includes TRACEPARENT propagation in env.
.github/workflows/daily-mcp-concurrency-analysis.lock.yml Regenerated compiled workflow; includes TRACEPARENT propagation in env.
.github/workflows/daily-max-ai-credits-test.lock.yml Regenerated compiled workflow; includes TRACEPARENT propagation in env.
.github/workflows/daily-malicious-code-scan.lock.yml Regenerated compiled workflow; includes TRACEPARENT propagation in env.
.github/workflows/daily-issues-report.lock.yml Regenerated compiled workflow; includes TRACEPARENT propagation in env.
.github/workflows/daily-hippo-learn.lock.yml Regenerated compiled workflow; includes TRACEPARENT propagation in env.
.github/workflows/daily-geo-optimizer.lock.yml Regenerated compiled workflow; includes TRACEPARENT propagation in env.
.github/workflows/daily-function-namer.lock.yml Regenerated compiled workflow; includes TRACEPARENT propagation in env.
.github/workflows/daily-formal-spec-verifier.lock.yml Regenerated compiled workflow; includes TRACEPARENT propagation in env.
.github/workflows/daily-firewall-report.lock.yml Regenerated compiled workflow; includes TRACEPARENT propagation in env.
.github/workflows/daily-file-diet.lock.yml Regenerated compiled workflow; includes TRACEPARENT propagation in env.
.github/workflows/daily-experiment-report.lock.yml Regenerated compiled workflow; includes TRACEPARENT propagation in env.
.github/workflows/daily-doc-updater.lock.yml Regenerated compiled workflow; includes TRACEPARENT propagation in env.
.github/workflows/daily-doc-healer.lock.yml Regenerated compiled workflow; includes TRACEPARENT propagation in env.
.github/workflows/daily-credit-limit-test.lock.yml Regenerated compiled workflow; includes TRACEPARENT propagation in env.
.github/workflows/daily-compiler-threat-spec-optimizer.lock.yml Regenerated compiled workflow; includes TRACEPARENT propagation in env.
.github/workflows/daily-compiler-quality.lock.yml Regenerated compiled workflow; includes TRACEPARENT propagation in env.
.github/workflows/daily-community-attribution.lock.yml Regenerated compiled workflow; includes TRACEPARENT propagation in env.
.github/workflows/daily-code-metrics.lock.yml Regenerated compiled workflow; includes TRACEPARENT propagation in env.
.github/workflows/daily-cli-tools-tester.lock.yml Regenerated compiled workflow; includes TRACEPARENT propagation in env.
.github/workflows/daily-cli-performance.lock.yml Regenerated compiled workflow; includes TRACEPARENT propagation in env.
.github/workflows/daily-choice-test.lock.yml Regenerated compiled workflow; includes TRACEPARENT propagation in env.
.github/workflows/daily-caveman-optimizer.lock.yml Regenerated compiled workflow; includes TRACEPARENT propagation in env.
.github/workflows/daily-byok-ollama-test.lock.yml Regenerated compiled workflow; includes TRACEPARENT propagation in env.
.github/workflows/daily-awf-spec-compiler-surfacing.lock.yml Regenerated compiled workflow; includes TRACEPARENT propagation in env.
.github/workflows/daily-aw-cross-repo-compile-check.lock.yml Regenerated compiled workflow; includes TRACEPARENT propagation in env.
.github/workflows/daily-astrostylelite-markdown-spellcheck.lock.yml Regenerated compiled workflow; includes TRACEPARENT propagation in env.
.github/workflows/daily-assign-issue-to-user.lock.yml Regenerated compiled workflow; includes TRACEPARENT propagation in env.
.github/workflows/daily-architecture-diagram.lock.yml Regenerated compiled workflow; includes TRACEPARENT propagation in env.
.github/workflows/daily-ambient-context-optimizer.lock.yml Regenerated compiled workflow; includes TRACEPARENT propagation in env.
.github/workflows/daily-agentrx-trace-optimizer.lock.yml Regenerated compiled workflow; includes TRACEPARENT propagation in env.
.github/workflows/craft.lock.yml Regenerated compiled workflow; includes TRACEPARENT propagation in env.
.github/workflows/copilot-session-insights.lock.yml Regenerated compiled workflow; includes TRACEPARENT propagation in env.
.github/workflows/copilot-pr-prompt-analysis.lock.yml Regenerated compiled workflow; includes TRACEPARENT propagation in env.
.github/workflows/copilot-pr-nlp-analysis.lock.yml Regenerated compiled workflow; includes TRACEPARENT propagation in env.
.github/workflows/copilot-pr-merged-report.lock.yml Regenerated compiled workflow; includes TRACEPARENT propagation in env.
.github/workflows/copilot-opt.lock.yml Regenerated compiled workflow; includes TRACEPARENT propagation in env.
.github/workflows/copilot-cli-deep-research.lock.yml Regenerated compiled workflow; includes TRACEPARENT propagation in env.
.github/workflows/copilot-agent-analysis.lock.yml Regenerated compiled workflow; includes TRACEPARENT propagation in env.
.github/workflows/contribution-check.lock.yml Regenerated compiled workflow; includes TRACEPARENT propagation in env.
.github/workflows/constraint-solving-potd.lock.yml Regenerated compiled workflow; includes TRACEPARENT propagation in env.
.github/workflows/commit-changes-analyzer.lock.yml Regenerated compiled workflow; includes TRACEPARENT propagation in env.
.github/workflows/codex-github-remote-mcp-test.lock.yml Regenerated compiled workflow; includes TRACEPARENT propagation in env.
.github/workflows/code-simplifier.lock.yml Regenerated compiled workflow; includes TRACEPARENT propagation in env.
.github/workflows/code-scanning-fixer.lock.yml Regenerated compiled workflow; includes TRACEPARENT propagation in env.
.github/workflows/cloclo.lock.yml Regenerated compiled workflow; includes TRACEPARENT propagation in env.
.github/workflows/cli-version-checker.lock.yml Regenerated compiled workflow; includes TRACEPARENT propagation in env.
.github/workflows/cli-consistency-checker.lock.yml Regenerated compiled workflow; includes TRACEPARENT propagation in env.
.github/workflows/claude-code-user-docs-review.lock.yml Regenerated compiled workflow; includes TRACEPARENT propagation in env.
.github/workflows/ci-doctor.lock.yml Regenerated compiled workflow; includes TRACEPARENT propagation in env.
.github/workflows/ci-coach.lock.yml Regenerated compiled workflow; includes TRACEPARENT propagation in env.
.github/workflows/chaos-pr-bundle-fuzzer.lock.yml Regenerated compiled workflow; includes TRACEPARENT propagation in env.
.github/workflows/changeset.lock.yml Regenerated compiled workflow; includes TRACEPARENT propagation in env.
.github/workflows/breaking-change-checker.lock.yml Regenerated compiled workflow; includes TRACEPARENT propagation in env.
.github/workflows/brave.lock.yml Regenerated compiled workflow; includes TRACEPARENT propagation in env.
.github/workflows/bot-detection.lock.yml Regenerated compiled workflow; includes TRACEPARENT propagation in env.
.github/workflows/blog-auditor.lock.yml Regenerated compiled workflow; includes TRACEPARENT propagation in env.
.github/workflows/aw-failure-investigator.lock.yml Regenerated compiled workflow; includes TRACEPARENT propagation in env.
.github/workflows/avenger.lock.yml Regenerated compiled workflow; includes TRACEPARENT propagation in env.
.github/workflows/auto-triage-issues.lock.yml Regenerated compiled workflow; includes TRACEPARENT propagation in env.
.github/workflows/audit-workflows.lock.yml Regenerated compiled workflow; includes TRACEPARENT propagation in env.
.github/workflows/artifacts-summary.lock.yml Regenerated compiled workflow; includes TRACEPARENT propagation in env.
.github/workflows/architecture-guardian.lock.yml Regenerated compiled workflow; includes TRACEPARENT propagation in env.
.github/workflows/archie.lock.yml Regenerated compiled workflow; includes TRACEPARENT propagation in env.
.github/workflows/approach-validator.lock.yml Regenerated compiled workflow; includes TRACEPARENT propagation in env.
.github/workflows/api-consumption-report.lock.yml Regenerated compiled workflow; includes TRACEPARENT propagation in env.
.github/workflows/ai-moderator.lock.yml Regenerated compiled workflow; includes TRACEPARENT propagation in env.
.github/workflows/agentic-token-trend-audit.lock.yml Regenerated compiled workflow; includes TRACEPARENT propagation in env.
.github/workflows/agentic-token-optimizer.lock.yml Regenerated compiled workflow; includes TRACEPARENT propagation in env.
.github/workflows/agentic-token-audit.lock.yml Regenerated compiled workflow; includes TRACEPARENT propagation in env.
.github/workflows/agent-persona-explorer.lock.yml Regenerated compiled workflow; includes TRACEPARENT propagation in env.
.github/workflows/agent-performance-analyzer.lock.yml Regenerated compiled workflow; includes TRACEPARENT propagation in env.
.github/workflows/ace-editor.lock.yml Regenerated compiled workflow; includes TRACEPARENT propagation in env.
.github/workflows/ab-testing-advisor.lock.yml Regenerated compiled workflow; includes TRACEPARENT propagation in env.

Copilot's findings

Tip

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

  • Files reviewed: 246/246 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.

3 participants