Skip to content

Prefix internal workflows with Internal:#348

Merged
strawgate merged 2 commits intomainfrom
copilot/prefix-internal-workflows
Feb 21, 2026
Merged

Prefix internal workflows with Internal:#348
strawgate merged 2 commits intomainfrom
copilot/prefix-internal-workflows

Conversation

Copy link
Contributor

Copilot AI commented Feb 21, 2026

Summary

Prefix internal workflows with Internal: so internal-only workflows are clearly distinguishable in the GitHub Actions UI.

What changed

  • Updated internal workflow display names to use the Internal: prefix in both source and generated workflow files.
  • Regenerated compiled workflow lock files to keep name, run-name, and workflow metadata values aligned with the new prefix.
  • Updated plain YAML internal workflows to use Internal: in their top-level name fields.

Included internal workflows

  • Compiled workflows: agent-deep-dive, agent-efficiency, downstream-users, upgrade-check, workflow-patrol
  • Plain YAML workflows: ci, release, agentics-maintenance, minimize-resolved-pr-reviews, mkdocs, smoke-test-install, claude-mention-in-issue, claude-mention-in-pr

Not changed

Generated by Update PR Body

Copilot AI self-assigned this Feb 21, 2026
Co-authored-by: strawgate <6384545+strawgate@users.noreply.github.com>
Copilot AI changed the title [WIP] Prefix internal workflows with Internal Prefix internal workflows with Internal: Feb 21, 2026
Copilot AI requested a review from strawgate February 21, 2026 19:23
@strawgate strawgate marked this pull request as ready for review February 21, 2026 20:21
@coderabbitai
Copy link

coderabbitai bot commented Feb 21, 2026

📝 Walkthrough

Walkthrough

This PR adds the "Internal: " prefix to 13 GitHub Actions workflows across 17 files, including lock files (.lock.yml), markdown documentation (.md), and source files (.yml). All changes are pure string replacements of workflow display names and associated environment variables—no functional or control flow modifications.

Changes

Cohort / File(s) Summary
Agent Deep Dive
agent-deep-dive.lock.yml, agent-deep-dive.md
Prefixed workflow name and metadata from "Agent Deep Dive" to "Internal: Agent Deep Dive" across lock and markdown files.
Agent Efficiency
agent-efficiency.lock.yml, agent-efficiency.md
Prefixed workflow name and GH_AW_WORKFLOW_NAME environment variable from "Agent Efficiency" to "Internal: Agent Efficiency" in lock and markdown files.
Agentic Maintenance
agentics-maintenance.yml
Updated workflow name from "Agentic Maintenance" to "Internal: Agentic Maintenance" in source file.
CI
ci.yml
Updated workflow name from "CI" to "Internal: CI".
Claude Mention (Issue)
claude-mention-in-issue.yml
Updated workflow name from "Claude Mention (Issue)" to "Internal: Claude Mention (Issue)".
Claude Mention (PR)
claude-mention-in-pr.yml
Updated workflow name from "Claude Mention (PR)" to "Internal: Claude Mention (PR)".
Downstream Users
downstream-users.lock.yml, downstream-users.md
Prefixed workflow name and WORKFLOW_NAME/GH_AW_WORKFLOW_NAME variables from "Downstream Users" to "Internal: Downstream Users".
Minimize Resolved Reviews
minimize-resolved-pr-reviews.yml
Updated workflow name from "Minimize Resolved Reviews" to "Internal: Minimize Resolved Reviews".
Docs
mkdocs.yml
Updated workflow name from "Docs" to "Internal: Docs".
Release
release.yml
Updated workflow name from "Release" to "Internal: Release".
Smoke Test — Install & Compile
smoke-test-install.yml
Updated workflow name from "Smoke Test — Install & Compile" to "Internal: Smoke Test — Install & Compile".
Upgrade Check
upgrade-check.lock.yml, upgrade-check.md
Prefixed workflow name and GH_AW_WORKFLOW_NAME variables from "Upgrade Check" to "Internal: Upgrade Check" across lock and markdown files.
Workflow Patrol
workflow-patrol.lock.yml, workflow-patrol.md
Prefixed workflow name and GH_AW_WORKFLOW_NAME variables from "Workflow Patrol" to "Internal: Workflow Patrol" across lock and markdown files.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~10 minutes

Possibly related issues

Possibly related PRs

Suggested reviewers

  • github-actions

Poem

🐰 Hop, hop, workflows now wear badges bright,
"Internal" prefixed with careful might,
Thirteen workflows in their crisp new dress,
Labeled clearly—no more guess!
Simple names, now standing tall,
Organization conquers all!

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title accurately summarizes the main change: prefixing internal workflows with 'Internal:' in their name fields.
Linked Issues check ✅ Passed The PR fulfills the objective from #343 by adding 'Internal:' prefix to all internal workflow names, making them distinguishable in the GitHub Actions UI.
Out of Scope Changes check ✅ Passed All changes are in-scope: workflow name updates across 16 internal workflows in .yml and .md files align with the stated objective and issue #343.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
  • 📝 Generate docstrings (stacked PR)
  • 📝 Generate docstrings (commit on current branch)
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch copilot/prefix-internal-workflows

Comment @coderabbitai help to get the list of available commands and usage tips.

@strawgate strawgate merged commit 0ff3fe1 into main Feb 21, 2026
19 checks passed
@strawgate strawgate deleted the copilot/prefix-internal-workflows branch February 21, 2026 20:28
@github-actions github-actions bot mentioned this pull request Feb 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.

Prefix internal workflows with Internal

2 participants