fix: replace deprecated {{#import}} with {{#runtime-import}} in workflow files#29399
Merged
fix: replace deprecated {{#import}} with {{#runtime-import}} in workflow files#29399
{{#import}} with {{#runtime-import}} in workflow files#29399Conversation
…low files Agent-Logs-Url: https://github.com/github/gh-aw/sessions/4cdbcae0-07f2-4c9f-b0d9-cd5e239a0043 Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot created this pull request from a session on behalf of
pelikhan
April 30, 2026 23:01
View session
pelikhan
approved these changes
Apr 30, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
This PR replaces deprecated {{#import ...}} directives with {{#runtime-import ...}} across workflow markdown files to eliminate compile-time deprecation warnings, and regenerates the corresponding compiled .lock.yml artifacts.
Changes:
- Replaced
{{#import ...}}with{{#runtime-import ...}}in workflow markdown files (including shared snippets). - Regenerated affected
*.lock.ymlfiles viamake recompileto reflect updated runtime imports. - Updated compiled prompt assembly blocks to include
noop-reminder.mdvia{{#runtime-import ...}}where applicable.
Show a summary per file
| File | Description |
|---|---|
| pkg/cli/workflows/test-copilot-imports.md | Switches test workflow body imports to {{#runtime-import}}. |
| pkg/cli/workflows/shared/use-emojis.md | Updates shared snippet to use {{#runtime-import}}. |
| .github/workflows/shared/use-emojis.md | Updates shared snippet to use {{#runtime-import}}. |
| .github/workflows/workflow-skill-extractor.md | Replaces deprecated import with {{#runtime-import}}. |
| .github/workflows/workflow-skill-extractor.lock.yml | Regenerated compiled lock to include noop-reminder as a runtime import in prompt assembly. |
| .github/workflows/workflow-normalizer.md | Replaces deprecated import with {{#runtime-import}}. |
| .github/workflows/workflow-normalizer.lock.yml | Regenerated compiled lock to include noop-reminder as a runtime import in prompt assembly. |
| .github/workflows/workflow-health-manager.md | Replaces deprecated import with {{#runtime-import}}. |
| .github/workflows/workflow-health-manager.lock.yml | Regenerated compiled lock to include noop-reminder as a runtime import in prompt assembly. |
| .github/workflows/workflow-generator.md | Replaces deprecated import with {{#runtime-import}}. |
| .github/workflows/workflow-generator.lock.yml | Regenerated compiled lock to include noop-reminder as a runtime import in prompt assembly. |
| .github/workflows/weekly-safe-outputs-spec-review.md | Replaces deprecated import with {{#runtime-import}}. |
| .github/workflows/weekly-safe-outputs-spec-review.lock.yml | Regenerated compiled lock to include noop-reminder as a runtime import in prompt assembly. |
| .github/workflows/weekly-issue-summary.md | Replaces deprecated import with {{#runtime-import}}. |
| .github/workflows/weekly-issue-summary.lock.yml | Regenerated compiled lock to include noop-reminder as a runtime import in prompt assembly. |
| .github/workflows/weekly-editors-health-check.md | Replaces deprecated import with {{#runtime-import}}. |
| .github/workflows/weekly-editors-health-check.lock.yml | Regenerated compiled lock to include noop-reminder as a runtime import in prompt assembly. |
| .github/workflows/video-analyzer.md | Replaces deprecated import with {{#runtime-import}}. |
| .github/workflows/video-analyzer.lock.yml | Regenerated compiled lock to include noop-reminder as a runtime import in prompt assembly. |
| .github/workflows/unbloat-docs.md | Replaces deprecated import with {{#runtime-import}}. |
| .github/workflows/unbloat-docs.lock.yml | Regenerated compiled lock to include noop-reminder as a runtime import in prompt assembly. |
| .github/workflows/ubuntu-image-analyzer.md | Replaces deprecated import with {{#runtime-import}}. |
| .github/workflows/ubuntu-image-analyzer.lock.yml | Regenerated compiled lock to include noop-reminder as a runtime import in prompt assembly. |
| .github/workflows/typist.md | Replaces deprecated import with {{#runtime-import}}. |
| .github/workflows/typist.lock.yml | Regenerated compiled lock to include noop-reminder as a runtime import in prompt assembly. |
| .github/workflows/tidy.md | Replaces deprecated import with {{#runtime-import}}. |
| .github/workflows/tidy.lock.yml | Regenerated compiled lock to include noop-reminder as a runtime import in prompt assembly. |
| .github/workflows/test-project-url-default.md | Replaces deprecated import with {{#runtime-import}}. |
| .github/workflows/test-project-url-default.lock.yml | Regenerated compiled lock to include noop-reminder as a runtime import in prompt assembly. |
| .github/workflows/test-dispatcher.md | Replaces deprecated import with {{#runtime-import}}. |
| .github/workflows/test-dispatcher.lock.yml | Regenerated compiled lock to include noop-reminder as a runtime import in prompt assembly. |
| .github/workflows/test-create-pr-error-handling.md | Replaces deprecated import with {{#runtime-import}}. |
| .github/workflows/test-create-pr-error-handling.lock.yml | Regenerated compiled lock to include noop-reminder as a runtime import in prompt assembly. |
| .github/workflows/terminal-stylist.md | Replaces deprecated import with {{#runtime-import}}. |
| .github/workflows/terminal-stylist.lock.yml | Regenerated compiled lock to include noop-reminder as a runtime import in prompt assembly. |
| .github/workflows/technical-doc-writer.md | Replaces deprecated import with {{#runtime-import}}. |
| .github/workflows/technical-doc-writer.lock.yml | Regenerated compiled lock to include noop-reminder as a runtime import in prompt assembly. |
| .github/workflows/super-linter.md | Replaces deprecated import with {{#runtime-import}}. |
| .github/workflows/super-linter.lock.yml | Regenerated compiled lock to include noop-reminder as a runtime import in prompt assembly. |
| .github/workflows/sub-issue-closer.md | Replaces deprecated import with {{#runtime-import}}. |
| .github/workflows/sub-issue-closer.lock.yml | Regenerated compiled lock to include noop-reminder as a runtime import in prompt assembly. |
| .github/workflows/step-name-alignment.md | Replaces deprecated import with {{#runtime-import}}. |
| .github/workflows/step-name-alignment.lock.yml | Regenerated compiled lock to include noop-reminder as a runtime import in prompt assembly. |
| .github/workflows/static-analysis-report.md | Replaces deprecated import with {{#runtime-import}}. |
| .github/workflows/static-analysis-report.lock.yml | Regenerated compiled lock to include noop-reminder as a runtime import in prompt assembly. |
| .github/workflows/stale-repo-identifier.md | Replaces deprecated import with {{#runtime-import}}. |
| .github/workflows/stale-repo-identifier.lock.yml | Regenerated compiled lock to include noop-reminder as a runtime import in prompt assembly. |
| .github/workflows/spec-librarian.md | Replaces deprecated import with {{#runtime-import}}. |
| .github/workflows/spec-librarian.lock.yml | Regenerated compiled lock to include noop-reminder as a runtime import in prompt assembly. |
| .github/workflows/spec-extractor.md | Replaces deprecated import with {{#runtime-import}}. |
| .github/workflows/spec-extractor.lock.yml | Regenerated compiled lock to include noop-reminder as a runtime import in prompt assembly. |
| .github/workflows/spec-enforcer.md | Replaces deprecated import with {{#runtime-import}}. |
| .github/workflows/spec-enforcer.lock.yml | Regenerated compiled lock to include noop-reminder as a runtime import in prompt assembly. |
| .github/workflows/smoke-workflow-call.md | Replaces deprecated import with {{#runtime-import}}. |
| .github/workflows/smoke-workflow-call.lock.yml | Regenerated compiled lock to include noop-reminder as a runtime import in prompt assembly. |
| .github/workflows/smoke-test-tools.md | Replaces deprecated import with {{#runtime-import}}. |
| .github/workflows/smoke-test-tools.lock.yml | Regenerated compiled lock to include noop-reminder as a runtime import in prompt assembly. |
| .github/workflows/smoke-temporary-id.md | Replaces deprecated import with {{#runtime-import}}. |
| .github/workflows/smoke-temporary-id.lock.yml | Regenerated compiled lock to include noop-reminder as a runtime import in prompt assembly. |
| .github/workflows/smoke-project.md | Replaces deprecated import with {{#runtime-import}}. |
| .github/workflows/smoke-project.lock.yml | Regenerated compiled lock to include noop-reminder as a runtime import in prompt assembly. |
| .github/workflows/smoke-opencode.md | Replaces deprecated import with {{#runtime-import}}. |
| .github/workflows/smoke-opencode.lock.yml | Regenerated compiled lock to include noop-reminder as a runtime import in prompt assembly. |
| .github/workflows/smoke-multi-pr.md | Replaces deprecated import with {{#runtime-import}}. |
| .github/workflows/smoke-multi-pr.lock.yml | Regenerated compiled lock to include noop-reminder as a runtime import in prompt assembly. |
| .github/workflows/smoke-gemini.md | Replaces deprecated import with {{#runtime-import}}. |
| .github/workflows/smoke-gemini.lock.yml | Regenerated compiled lock to include noop-reminder as a runtime import in prompt assembly. |
| .github/workflows/smoke-crush.md | Replaces deprecated import with {{#runtime-import}}. |
| .github/workflows/smoke-crush.lock.yml | Regenerated compiled lock to include noop-reminder as a runtime import in prompt assembly. |
| .github/workflows/smoke-copilot.md | Replaces deprecated import with {{#runtime-import}}. |
| .github/workflows/smoke-copilot.lock.yml | Regenerated compiled lock to include noop-reminder as a runtime import in prompt assembly. |
| .github/workflows/smoke-copilot-arm.md | Replaces deprecated import with {{#runtime-import}}. |
| .github/workflows/smoke-copilot-arm.lock.yml | Regenerated compiled lock to include noop-reminder as a runtime import in prompt assembly. |
| .github/workflows/smoke-codex.md | Replaces deprecated import with {{#runtime-import}}. |
| .github/workflows/smoke-codex.lock.yml | Regenerated compiled lock to include noop-reminder as a runtime import in prompt assembly. |
| .github/workflows/smoke-claude.md | Replaces deprecated import with {{#runtime-import}}. |
| .github/workflows/smoke-claude.lock.yml | Regenerated compiled lock content; updated prompt assembly to runtime-import noop-reminder. |
| .github/workflows/sergo.md | Replaces deprecated import with {{#runtime-import}}. |
| .github/workflows/sergo.lock.yml | Regenerated compiled lock to include noop-reminder as a runtime import in prompt assembly. |
| .github/workflows/semantic-function-refactor.md | Replaces deprecated import with {{#runtime-import}}. |
| .github/workflows/semantic-function-refactor.lock.yml | Regenerated compiled lock to include noop-reminder as a runtime import in prompt assembly. |
| .github/workflows/security-review.md | Replaces deprecated import with {{#runtime-import}}. |
| .github/workflows/security-review.lock.yml | Regenerated compiled lock to include noop-reminder as a runtime import in prompt assembly. |
| .github/workflows/security-compliance.md | Replaces deprecated import with {{#runtime-import}}. |
| .github/workflows/security-compliance.lock.yml | Regenerated compiled lock to include noop-reminder as a runtime import in prompt assembly. |
| .github/workflows/scout.md | Replaces deprecated import with {{#runtime-import}}. |
| .github/workflows/scout.lock.yml | Regenerated compiled lock to include noop-reminder as a runtime import in prompt assembly. |
| .github/workflows/schema-consistency-checker.md | Replaces deprecated import with {{#runtime-import}}. |
| .github/workflows/schema-consistency-checker.lock.yml | Regenerated compiled lock to include noop-reminder as a runtime import in prompt assembly. |
| .github/workflows/safe-output-health.md | Replaces deprecated import with {{#runtime-import}}. |
| .github/workflows/safe-output-health.lock.yml | Regenerated compiled lock to include noop-reminder as a runtime import in prompt assembly. |
| .github/workflows/research.md | Replaces deprecated import with {{#runtime-import}}. |
| .github/workflows/research.lock.yml | Regenerated compiled lock to include noop-reminder as a runtime import in prompt assembly. |
| .github/workflows/repository-quality-improver.md | Replaces deprecated import with {{#runtime-import}}. |
| .github/workflows/repository-quality-improver.lock.yml | Regenerated compiled lock to include noop-reminder as a runtime import in prompt assembly. |
| .github/workflows/repo-tree-map.md | Replaces deprecated import with {{#runtime-import}}. |
| .github/workflows/repo-tree-map.lock.yml | Regenerated compiled lock to include noop-reminder as a runtime import in prompt assembly. |
| .github/workflows/repo-audit-analyzer.md | Replaces deprecated import with {{#runtime-import}}. |
| .github/workflows/repo-audit-analyzer.lock.yml | Regenerated compiled lock to include noop-reminder as a runtime import in prompt assembly. |
| .github/workflows/refiner.md | Replaces deprecated import with {{#runtime-import}}. |
| .github/workflows/refiner.lock.yml | Regenerated compiled lock to include noop-reminder as a runtime import in prompt assembly. |
| .github/workflows/q.md | Replaces deprecated import with {{#runtime-import}}. |
| .github/workflows/q.lock.yml | Regenerated compiled lock to include noop-reminder as a runtime import in prompt assembly. |
| .github/workflows/python-data-charts.md | Replaces deprecated import with {{#runtime-import}}. |
| .github/workflows/python-data-charts.lock.yml | Regenerated compiled lock to include noop-reminder as a runtime import in prompt assembly. |
| .github/workflows/prompt-clustering-analysis.md | Replaces deprecated import with {{#runtime-import}}. |
| .github/workflows/prompt-clustering-analysis.lock.yml | Regenerated compiled lock to include noop-reminder as a runtime import in prompt assembly. |
| .github/workflows/pr-triage-agent.md | Replaces deprecated import with {{#runtime-import}}. |
| .github/workflows/pr-triage-agent.lock.yml | Regenerated compiled lock to include noop-reminder as a runtime import in prompt assembly. |
| .github/workflows/pr-nitpick-reviewer.md | Replaces deprecated import with {{#runtime-import}}. |
| .github/workflows/pr-nitpick-reviewer.lock.yml | Regenerated compiled lock to include noop-reminder as a runtime import in prompt assembly. |
| .github/workflows/poem-bot.md | Replaces deprecated import with {{#runtime-import}}. |
| .github/workflows/poem-bot.lock.yml | Regenerated compiled lock to include noop-reminder as a runtime import in prompt assembly. |
| .github/workflows/plan.md | Replaces deprecated import with {{#runtime-import}}. |
| .github/workflows/plan.lock.yml | Regenerated compiled lock to include noop-reminder as a runtime import in prompt assembly. |
| .github/workflows/pdf-summary.md | Replaces deprecated import with {{#runtime-import}}. |
| .github/workflows/pdf-summary.lock.yml | Regenerated compiled lock to include noop-reminder as a runtime import in prompt assembly. |
| .github/workflows/org-health-report.md | Replaces deprecated import with {{#runtime-import}}. |
| .github/workflows/org-health-report.lock.yml | Regenerated compiled lock to include noop-reminder as a runtime import in prompt assembly. |
| .github/workflows/mergefest.md | Replaces deprecated import with {{#runtime-import}}. |
| .github/workflows/mergefest.lock.yml | Regenerated compiled lock to include noop-reminder as a runtime import in prompt assembly. |
| .github/workflows/mcp-inspector.md | Replaces deprecated import with {{#runtime-import}}. |
| .github/workflows/mcp-inspector.lock.yml | Regenerated compiled lock to include noop-reminder as a runtime import in prompt assembly. |
| .github/workflows/lockfile-stats.md | Replaces deprecated import with {{#runtime-import}}. |
| .github/workflows/lockfile-stats.lock.yml | Regenerated compiled lock to include noop-reminder as a runtime import in prompt assembly. |
| .github/workflows/layout-spec-maintainer.md | Replaces deprecated import with {{#runtime-import}}. |
| .github/workflows/layout-spec-maintainer.lock.yml | Regenerated compiled lock to include noop-reminder as a runtime import in prompt assembly. |
| .github/workflows/jsweep.md | Replaces deprecated import with {{#runtime-import}}. |
| .github/workflows/jsweep.lock.yml | Regenerated compiled lock to include noop-reminder as a runtime import in prompt assembly. |
| .github/workflows/issue-triage-agent.md | Replaces deprecated import with {{#runtime-import}}. |
| .github/workflows/issue-triage-agent.lock.yml | Regenerated compiled lock to include noop-reminder as a runtime import in prompt assembly. |
| .github/workflows/issue-arborist.md | Replaces deprecated import with {{#runtime-import}}. |
| .github/workflows/issue-arborist.lock.yml | Regenerated compiled lock to include noop-reminder as a runtime import in prompt assembly. |
| .github/workflows/instructions-janitor.md | Replaces deprecated import with {{#runtime-import}}. |
| .github/workflows/instructions-janitor.lock.yml | Regenerated compiled lock to include noop-reminder as a runtime import in prompt assembly. |
| .github/workflows/grumpy-reviewer.md | Replaces deprecated import with {{#runtime-import}}. |
| .github/workflows/grumpy-reviewer.lock.yml | Regenerated compiled lock to include noop-reminder as a runtime import in prompt assembly. |
| .github/workflows/gpclean.md | Replaces deprecated import with {{#runtime-import}}. |
| .github/workflows/gpclean.lock.yml | Regenerated compiled lock to include noop-reminder as a runtime import in prompt assembly. |
| .github/workflows/go-pattern-detector.md | Replaces deprecated import with {{#runtime-import}}. |
| .github/workflows/go-pattern-detector.lock.yml | Regenerated compiled lock to include noop-reminder as a runtime import in prompt assembly. |
| .github/workflows/go-logger.md | Replaces deprecated import with {{#runtime-import}}. |
| .github/workflows/go-logger.lock.yml | Regenerated compiled lock to include noop-reminder as a runtime import in prompt assembly. |
| .github/workflows/go-fan.md | Replaces deprecated import with {{#runtime-import}}. |
| .github/workflows/go-fan.lock.yml | Regenerated compiled lock to include noop-reminder as a runtime import in prompt assembly. |
| .github/workflows/glossary-maintainer.md | Replaces deprecated import with {{#runtime-import}}. |
| .github/workflows/glossary-maintainer.lock.yml | Regenerated compiled lock to include noop-reminder as a runtime import in prompt assembly. |
| .github/workflows/github-remote-mcp-auth-test.md | Replaces deprecated import with {{#runtime-import}}. |
| .github/workflows/github-remote-mcp-auth-test.lock.yml | Regenerated compiled lock to include noop-reminder as a runtime import in prompt assembly. |
| .github/workflows/github-mcp-tools-report.md | Replaces deprecated import with {{#runtime-import}}. |
| .github/workflows/github-mcp-tools-report.lock.yml | Regenerated compiled lock to include noop-reminder as a runtime import in prompt assembly. |
| .github/workflows/github-mcp-structural-analysis.md | Replaces deprecated import with {{#runtime-import}}. |
| .github/workflows/github-mcp-structural-analysis.lock.yml | Regenerated compiled lock to include noop-reminder as a runtime import in prompt assembly. |
| .github/workflows/functional-pragmatist.md | Replaces deprecated import with {{#runtime-import}}. |
| .github/workflows/functional-pragmatist.lock.yml | Regenerated compiled lock to include noop-reminder as a runtime import in prompt assembly. |
| .github/workflows/firewall-escape.md | Replaces deprecated import with {{#runtime-import}}. |
| .github/workflows/firewall-escape.lock.yml | Regenerated compiled lock to include noop-reminder as a runtime import in prompt assembly. |
| .github/workflows/example-workflow-analyzer.md | Replaces deprecated import with {{#runtime-import}}. |
| .github/workflows/example-workflow-analyzer.lock.yml | Regenerated compiled lock to include noop-reminder as a runtime import in prompt assembly. |
| .github/workflows/draft-pr-cleanup.md | Replaces deprecated import with {{#runtime-import}}. |
| .github/workflows/draft-pr-cleanup.lock.yml | Regenerated compiled lock to include noop-reminder as a runtime import in prompt assembly. |
| .github/workflows/docs-noob-tester.md | Replaces deprecated import with {{#runtime-import}}. |
| .github/workflows/docs-noob-tester.lock.yml | Regenerated compiled lock to include noop-reminder as a runtime import in prompt assembly. |
| .github/workflows/discussion-task-miner.md | Replaces deprecated import with {{#runtime-import}}. |
| .github/workflows/discussion-task-miner.lock.yml | Regenerated compiled lock to include noop-reminder as a runtime import in prompt assembly. |
| .github/workflows/dictation-prompt.md | Replaces deprecated import with {{#runtime-import}}. |
| .github/workflows/dictation-prompt.lock.yml | Regenerated compiled lock to include noop-reminder as a runtime import in prompt assembly. |
| .github/workflows/developer-docs-consolidator.md | Replaces deprecated import with {{#runtime-import}}. |
| .github/workflows/developer-docs-consolidator.lock.yml | Regenerated compiled lock to include noop-reminder as a runtime import in prompt assembly. |
| .github/workflows/dev.md | Replaces deprecated import with {{#runtime-import}}. |
| .github/workflows/dev.lock.yml | Regenerated compiled lock to include noop-reminder as a runtime import in prompt assembly. |
| .github/workflows/dev-hawk.md | Replaces deprecated import with {{#runtime-import}}. |
| .github/workflows/dev-hawk.lock.yml | Regenerated compiled lock to include noop-reminder as a runtime import in prompt assembly. |
| .github/workflows/dependabot-go-checker.md | Replaces deprecated import with {{#runtime-import}}. |
| .github/workflows/dependabot-go-checker.lock.yml | Regenerated compiled lock to include noop-reminder as a runtime import in prompt assembly. |
| .github/workflows/dependabot-burner.md | Replaces deprecated import with {{#runtime-import}}. |
| .github/workflows/dependabot-burner.lock.yml | Regenerated compiled lock to include noop-reminder as a runtime import in prompt assembly. |
| .github/workflows/delight.md | Replaces deprecated import with {{#runtime-import}}. |
| .github/workflows/delight.lock.yml | Regenerated compiled lock to include noop-reminder as a runtime import in prompt assembly. |
| .github/workflows/deep-report.md | Replaces deprecated import with {{#runtime-import}}. |
| .github/workflows/deep-report.lock.yml | Regenerated compiled lock to include noop-reminder as a runtime import in prompt assembly. |
| .github/workflows/daily-workflow-updater.md | Replaces deprecated import with {{#runtime-import}}. |
| .github/workflows/daily-workflow-updater.lock.yml | Regenerated compiled lock to include noop-reminder as a runtime import in prompt assembly. |
| .github/workflows/daily-token-consumption-report.md | Replaces deprecated import with {{#runtime-import}}. |
| .github/workflows/daily-token-consumption-report.lock.yml | Regenerated compiled lock to include noop-reminder as a runtime import in prompt assembly. |
| .github/workflows/daily-testify-uber-super-expert.md | Replaces deprecated import with {{#runtime-import}}. |
| .github/workflows/daily-testify-uber-super-expert.lock.yml | Regenerated compiled lock to include noop-reminder as a runtime import in prompt assembly. |
| .github/workflows/daily-team-status.md | Replaces deprecated import with {{#runtime-import}}. |
| .github/workflows/daily-team-status.lock.yml | Regenerated compiled lock to include noop-reminder as a runtime import in prompt assembly. |
| .github/workflows/daily-team-evolution-insights.md | Replaces deprecated import with {{#runtime-import}}. |
| .github/workflows/daily-team-evolution-insights.lock.yml | Regenerated compiled lock to include noop-reminder as a runtime import in prompt assembly. |
| .github/workflows/daily-syntax-error-quality.md | Replaces deprecated import with {{#runtime-import}}. |
| .github/workflows/daily-syntax-error-quality.lock.yml | Regenerated compiled lock to include noop-reminder as a runtime import in prompt assembly. |
| .github/workflows/daily-semgrep-scan.md | Replaces deprecated import with {{#runtime-import}}. |
| .github/workflows/daily-semgrep-scan.lock.yml | Regenerated compiled lock to include noop-reminder as a runtime import in prompt assembly. |
| .github/workflows/daily-secrets-analysis.md | Replaces deprecated import with {{#runtime-import}}. |
| .github/workflows/daily-secrets-analysis.lock.yml | Regenerated compiled lock to include noop-reminder as a runtime import in prompt assembly. |
| .github/workflows/daily-safe-output-optimizer.md | Replaces deprecated import with {{#runtime-import}}. |
| .github/workflows/daily-safe-output-optimizer.lock.yml | Regenerated compiled lock to include noop-reminder as a runtime import in prompt assembly. |
| .github/workflows/daily-repo-chronicle.md | Replaces deprecated import with {{#runtime-import}}. |
| .github/workflows/daily-repo-chronicle.lock.yml | Regenerated compiled lock to include noop-reminder as a runtime import in prompt assembly. |
| .github/workflows/daily-rendering-scripts-verifier.md | Replaces deprecated import with {{#runtime-import}}. |
| .github/workflows/daily-rendering-scripts-verifier.lock.yml | Regenerated compiled lock to include noop-reminder as a runtime import in prompt assembly. |
| .github/workflows/daily-regulatory.md | Replaces deprecated import with {{#runtime-import}}. |
| .github/workflows/daily-regulatory.lock.yml | Regenerated compiled lock to include noop-reminder as a runtime import in prompt assembly. |
| .github/workflows/daily-performance-summary.md | Replaces deprecated import with {{#runtime-import}}. |
| .github/workflows/daily-performance-summary.lock.yml | Regenerated compiled lock to include noop-reminder as a runtime import in prompt assembly. |
| .github/workflows/daily-observability-report.md | Replaces deprecated import with {{#runtime-import}}. |
| .github/workflows/daily-observability-report.lock.yml | Regenerated compiled lock to include noop-reminder as a runtime import in prompt assembly. |
| .github/workflows/daily-news.md | Replaces deprecated import with {{#runtime-import}}. |
| .github/workflows/daily-news.lock.yml | Regenerated compiled lock to include noop-reminder as a runtime import in prompt assembly. |
| .github/workflows/daily-issues-report.md | Replaces deprecated import with {{#runtime-import}}. |
| .github/workflows/daily-issues-report.lock.yml | Regenerated compiled lock to include noop-reminder as a runtime import in prompt assembly. |
| .github/workflows/daily-firewall-report.md | Replaces deprecated import with {{#runtime-import}}. |
| .github/workflows/daily-firewall-report.lock.yml | Regenerated compiled lock to include noop-reminder as a runtime import in prompt assembly. |
| .github/workflows/daily-fact.md | Replaces deprecated import with {{#runtime-import}}. |
| .github/workflows/daily-fact.lock.yml | Regenerated compiled lock to import noop-reminder via runtime-import in prompt assembly. |
| .github/workflows/daily-file-diet.md | Replaces deprecated import with {{#runtime-import}}. |
| .github/workflows/daily-file-diet.lock.yml | Regenerated compiled lock to include noop-reminder as a runtime import in prompt assembly. |
| .github/workflows/daily-doc-updater.md | Replaces deprecated import with {{#runtime-import}}. |
| .github/workflows/daily-doc-updater.lock.yml | Regenerated compiled lock to include noop-reminder as a runtime import in prompt assembly. |
| .github/workflows/daily-compiler-quality.md | Replaces deprecated import with {{#runtime-import}}. |
| .github/workflows/daily-compiler-quality.lock.yml | Regenerated compiled lock to include noop-reminder as a runtime import in prompt assembly. |
| .github/workflows/daily-code-metrics.md | Replaces deprecated import with {{#runtime-import}}. |
| .github/workflows/daily-code-metrics.lock.yml | Regenerated compiled lock to include noop-reminder as a runtime import in prompt assembly. |
| .github/workflows/daily-cli-performance.md | Replaces deprecated import with {{#runtime-import}}. |
| .github/workflows/daily-cli-performance.lock.yml | Regenerated compiled lock to include noop-reminder as a runtime import in prompt assembly. |
| .github/workflows/daily-choice-test.md | Replaces deprecated import with {{#runtime-import}}. |
| .github/workflows/daily-choice-test.lock.yml | Regenerated compiled lock to include noop-reminder as a runtime import in prompt assembly. |
| .github/workflows/daily-cache-strategy-analyzer.md | Replaces deprecated import with {{#runtime-import}}. |
| .github/workflows/daily-cache-strategy-analyzer.lock.yml | Regenerated compiled lock; adds runtime import(s) for noop-reminder in prompt assembly. |
| .github/workflows/daily-assign-issue-to-user.md | Replaces deprecated import with {{#runtime-import}}. |
| .github/workflows/daily-assign-issue-to-user.lock.yml | Regenerated compiled lock to include noop-reminder as a runtime import in prompt assembly. |
| .github/workflows/copilot-session-insights.md | Replaces deprecated import with {{#runtime-import}}. |
| .github/workflows/copilot-session-insights.lock.yml | Regenerated compiled lock to include noop-reminder as a runtime import in prompt assembly. |
| .github/workflows/copilot-pr-prompt-analysis.md | Replaces deprecated import with {{#runtime-import}}. |
| .github/workflows/copilot-pr-prompt-analysis.lock.yml | Regenerated compiled lock to include noop-reminder as a runtime import in prompt assembly. |
| .github/workflows/copilot-pr-nlp-analysis.md | Replaces deprecated import with {{#runtime-import}}. |
| .github/workflows/copilot-pr-nlp-analysis.lock.yml | Regenerated compiled lock to include noop-reminder as a runtime import in prompt assembly. |
| .github/workflows/copilot-pr-merged-report.md | Replaces deprecated import with {{#runtime-import}}. |
| .github/workflows/copilot-pr-merged-report.lock.yml | Regenerated compiled lock to include noop-reminder as a runtime import in prompt assembly. |
| .github/workflows/copilot-opt.md | Replaces deprecated import with {{#runtime-import}}. |
| .github/workflows/copilot-opt.lock.yml | Regenerated compiled lock to include noop-reminder as a runtime import in prompt assembly. |
| .github/workflows/copilot-cli-deep-research.md | Replaces deprecated import with {{#runtime-import}}. |
| .github/workflows/copilot-cli-deep-research.lock.yml | Regenerated compiled lock to include noop-reminder as a runtime import in prompt assembly. |
| .github/workflows/copilot-agent-analysis.md | Replaces deprecated import with {{#runtime-import}}. |
| .github/workflows/copilot-agent-analysis.lock.yml | Regenerated compiled lock to include noop-reminder as a runtime import in prompt assembly. |
| .github/workflows/craft.md | Replaces deprecated import with {{#runtime-import}}. |
| .github/workflows/craft.lock.yml | Regenerated compiled lock to include noop-reminder as a runtime import in prompt assembly. |
| .github/workflows/contribution-check.md | Replaces deprecated import with {{#runtime-import}}. |
| .github/workflows/contribution-check.lock.yml | Regenerated compiled lock to include noop-reminder as a runtime import in prompt assembly. |
| .github/workflows/commit-changes-analyzer.md | Replaces deprecated import with {{#runtime-import}}. |
| .github/workflows/commit-changes-analyzer.lock.yml | Regenerated compiled lock to include noop-reminder as a runtime import in prompt assembly. |
| .github/workflows/code-simplifier.md | Replaces deprecated import with {{#runtime-import}}. |
| .github/workflows/code-simplifier.lock.yml | Regenerated compiled lock to include noop-reminder as a runtime import in prompt assembly. |
| .github/workflows/code-scanning-fixer.md | Replaces deprecated import with {{#runtime-import}}. |
| .github/workflows/code-scanning-fixer.lock.yml | Regenerated compiled lock to include noop-reminder as a runtime import in prompt assembly. |
| .github/workflows/cloclo.md | Replaces deprecated import with {{#runtime-import}}. |
| .github/workflows/cloclo.lock.yml | Regenerated compiled lock to include noop-reminder as a runtime import in prompt assembly. |
| .github/workflows/cli-version-checker.md | Replaces deprecated import with {{#runtime-import}}. |
| .github/workflows/cli-version-checker.lock.yml | Regenerated compiled lock to include noop-reminder as a runtime import in prompt assembly. |
| .github/workflows/cli-consistency-checker.md | Replaces deprecated import with {{#runtime-import}}. |
| .github/workflows/cli-consistency-checker.lock.yml | Regenerated compiled lock to include noop-reminder as a runtime import in prompt assembly. |
| .github/workflows/claude-code-user-docs-review.md | Replaces deprecated import with {{#runtime-import}}. |
| .github/workflows/claude-code-user-docs-review.lock.yml | Regenerated compiled lock to include noop-reminder as a runtime import in prompt assembly. |
| .github/workflows/ci-coach.md | Replaces deprecated import with {{#runtime-import}}. |
| .github/workflows/ci-coach.lock.yml | Regenerated compiled lock to include noop-reminder as a runtime import in prompt assembly. |
| .github/workflows/brave.md | Replaces deprecated import with {{#runtime-import}}. |
| .github/workflows/brave.lock.yml | Regenerated compiled lock to include noop-reminder as a runtime import in prompt assembly. |
| .github/workflows/bot-detection.md | Replaces deprecated import with {{#runtime-import}}. |
| .github/workflows/bot-detection.lock.yml | Regenerated compiled lock to include noop-reminder as a runtime import in prompt assembly. |
| .github/workflows/blog-auditor.md | Replaces deprecated import with {{#runtime-import}}. |
| .github/workflows/blog-auditor.lock.yml | Regenerated compiled lock to include noop-reminder as a runtime import in prompt assembly. |
| .github/workflows/auto-triage-issues.md | Replaces deprecated import with {{#runtime-import}}. |
| .github/workflows/auto-triage-issues.lock.yml | Regenerated compiled lock to include noop-reminder as a runtime import in prompt assembly. |
| .github/workflows/audit-workflows.md | Replaces deprecated import with {{#runtime-import}}. |
| .github/workflows/audit-workflows.lock.yml | Regenerated compiled lock to include noop-reminder as a runtime import in prompt assembly. |
| .github/workflows/artifacts-summary.md | Replaces deprecated import with {{#runtime-import}}. |
| .github/workflows/artifacts-summary.lock.yml | Regenerated compiled lock to include noop-reminder as a runtime import in prompt assembly. |
| .github/workflows/architecture-guardian.md | Replaces deprecated import with {{#runtime-import}}. |
| .github/workflows/architecture-guardian.lock.yml | Regenerated compiled lock to include noop-reminder as a runtime import in prompt assembly. |
| .github/workflows/archie.md | Replaces deprecated import with {{#runtime-import}}. |
| .github/workflows/archie.lock.yml | Regenerated compiled lock to include noop-reminder as a runtime import in prompt assembly. |
| .github/workflows/ai-moderator.md | Replaces deprecated import with {{#runtime-import}}. |
| .github/workflows/ai-moderator.lock.yml | Regenerated compiled lock to include noop-reminder as a runtime import in prompt assembly. |
| .github/workflows/agent-performance-analyzer.md | Replaces deprecated import with {{#runtime-import}}. |
| .github/workflows/agent-performance-analyzer.lock.yml | Regenerated compiled lock to include noop-reminder as a runtime import in prompt assembly. |
Copilot's findings
Tip
Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
- Files reviewed: 287/287 changed files
- Comments generated: 1
Comment on lines
249
to
253
| {{#runtime-import .github/workflows/shared/noop-reminder.md}} | ||
| {{#runtime-import .github/workflows/shared/otel.md}} | ||
| {{#runtime-import .github/workflows/shared/observability-otlp.md}} | ||
| {{#runtime-import .github/workflows/shared/noop-reminder.md}} | ||
| {{#runtime-import .github/workflows/daily-cache-strategy-analyzer.md}} |
There was a problem hiding this comment.
noop-reminder.md is imported twice in the prompt assembly block (duplicate {{#runtime-import .github/workflows/shared/noop-reminder.md}}). This is redundant and can lead to duplicated content (or unnecessary processing) depending on the runtime-import implementation. Remove the extra runtime-import line so the file is imported only once.
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.
Fixes all compilation warnings of the form:
Changes
Replaced every
{{#import <file>}}directive with{{#runtime-import <file>}}across all workflow markdown files in:.github/workflows/*.md(~120 files).github/workflows/shared/use-emojis.mdpkg/cli/workflows/shared/use-emojis.mdpkg/cli/workflows/test-copilot-imports.mdCorresponding
.lock.ymlfiles were regenerated viamake recompile. No other warnings were introduced.