chore: delegate dependabot-auto-merge.yml to org reusable template - #16
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR replaces the repository’s local Dependabot auto-merge workflow implementation with a thin caller to the organization-wide reusable workflow in plures/.github, centralizing policy while keeping the same trigger surface and permissions model.
Changes:
- Removed the local policy/steps implementation from
dependabot-auto-merge.yml. - Delegated the
auto-mergejob toplures/.github/.github/workflows/dependabot-auto-merge.yml@mainwithsecrets: inherit.
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
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.
Replaces the byte-identical local copy of dependabot-auto-merge.yml with a thin
caller into plures/.github's reusable template (workflow_call).
No behavior change: same triggers, same permissions, policy logic now lives in
one place instead of ~59 duplicated copies.
Depends on plures/.github#21 (adds the workflow_call trigger to the shared
template) - do not merge this before #21 lands.
Part of github-actions:ci-lockin-reduction epic.