Skip to content

update CentralRepoOps docs#17285

Merged
mnkiefer merged 2 commits into
mainfrom
update-central-repo-ops
Feb 20, 2026
Merged

update CentralRepoOps docs#17285
mnkiefer merged 2 commits into
mainfrom
update-central-repo-ops

Conversation

@mnkiefer

Copy link
Copy Markdown
Collaborator
  • Updates terminology for operational benefits, simplifies workflow triggers, and adjusts rollout parameters.

@mnkiefer mnkiefer self-assigned this Feb 20, 2026
Copilot AI review requested due to automatic review settings February 20, 2026 21:06
@mnkiefer mnkiefer merged commit b213ca5 into main Feb 20, 2026
@mnkiefer mnkiefer deleted the update-central-repo-ops branch February 20, 2026 21:07

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 updates the CentralRepoOps documentation to simplify the workflow configuration and adjust operational parameters. The changes focus on streamlining the workflow triggers, reducing the rollout scope, and clarifying terminology around operational benefits.

Changes:

  • Updated terminology from "Operational efficiency" to "Operational agility" with expanded explanation
  • Simplified workflow triggers by removing manual workflow_dispatch option
  • Reduced max rollout parameter from 50 to 5 repositories
  • Removed duplicate title-prefix configuration line

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

dispatch-workflow:
workflows: [dependabot-rollout]
max: 50
max: 5

Copilot AI Feb 20, 2026

Copy link

Choose a reason for hiding this comment

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

Reducing the max parameter from 50 to 5 is a significant change that will drastically limit the number of repositories that can be processed in parallel. This 90% reduction in capacity may create operational bottlenecks when rolling out changes across large organizations. Consider whether this reduction aligns with the operational requirements, or if this might be a documentation example value that should be clarified.

Suggested change
max: 5
max: 50

Copilot uses AI. Check for mistakes.
@@ -45,12 +45,6 @@ Navigate to your central repository and create a workflow file `.github/workflow
on:
schedule:
- cron: '0 9 * * 1'

Copilot AI Feb 20, 2026

Copy link

Choose a reason for hiding this comment

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

Removing the workflow_dispatch trigger eliminates the ability to manually trigger the workflow or specify custom target repositories. This makes the workflow only schedulable via cron, removing flexibility for ad-hoc executions. If this is intentional to simplify the documentation example, consider adding a note explaining that manual triggers can be added if needed.

Suggested change
- cron: '0 9 * * 1'
- cron: '0 9 * * 1'
# Optional: enable manual runs by adding a workflow_dispatch trigger:
# workflow_dispatch:

Copilot uses AI. Check for mistakes.
Comment thread docs/src/content/docs/patterns/centralrepoops.mdx
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.

2 participants