-
Notifications
You must be signed in to change notification settings - Fork 322
[step-names] Rename "Checkout code" to "Checkout repository" in daily-copilot-token-report #24165
Description
Step Name Alignment Issues
Found in: .github/workflows/daily-copilot-token-report.lock.yml
Summary
One workflow uses Checkout code while the entire codebase (276 occurrences) standardizes on Checkout repository for actions/checkout steps that check out the repository. This creates a minor but visible naming inconsistency.
Issue Identified
[Low Priority] Inconsistent Pattern: "Checkout code" → "Checkout repository"
Current step name:
Checkout code(in.github/workflows/daily-copilot-token-report.lock.yml)
Established pattern (276 occurrences across all other workflows):
Checkout repository
Relevant lock file context:
- name: Checkout code
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2Issue:
The step checks out the repository — not just "code". The canonical name across the project is Checkout repository, which is also more precise (the checkout includes non-code files like docs, config, etc.).
Suggested fix:
- Change
Checkout code→Checkout repositoryin the source workflow.github/workflows/daily-copilot-token-report.md
Agentic Task Description
- Update source — In
.github/workflows/daily-copilot-token-report.md, find the step namedCheckout codeand rename it toCheckout repository - Recompile — Run
gh aw compile daily-copilot-token-report.mdto regenerate the.lock.yml - Verify — Confirm
.github/workflows/daily-copilot-token-report.lock.ymlnow containsCheckout repository
Related Files
- Source workflow:
.github/workflows/daily-copilot-token-report.md - Compiled workflow:
.github/workflows/daily-copilot-token-report.lock.yml - Project glossary:
docs/src/content/docs/reference/glossary.md
Priority
Low Priority — single file, cosmetic inconsistency only.
AI generated by Step Name Alignment for daily maintenance
Generated by Step Name Alignment · ● 223.6K · ◷
- expires on Apr 4, 2026, 7:43 PM UTC