fix(ci): migrate to canonical reusable-workflow references - #24
Merged
Merged
Conversation
added 2 commits
August 11, 2026 20:04
…twatermelon/dev-env#20) Replace copy-pasted dependabot-auto-merge.yml with a reference to smartwatermelon/github-workflows@dependabot-auto-merge-v2, the single-source-of-truth reusable workflow. Claude-Session: https://claude.ai/code/session_01Sr9Qbx6v59pUTXvgZib6m7
v3.1.0 adds an in-job Dependabot fast-pass step-level skip, so the Claude review status check resolves quickly on Dependabot PRs instead of running a full review. Also adds a trailing newline (pre-existing lint violation, unrelated to the version bump, needed to pass the local yamllint hook). Part of the issue smartwatermelon/dev-env#20 fleet migration. Claude-Session: https://claude.ai/code/session_01Sr9Qbx6v59pUTXvgZib6m7
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.
Summary
dependabot-auto-merge.ymlinline policy logic with a call to the canonical reusable workflowsmartwatermelon/github-workflows/.github/workflows/dependabot-auto-merge.yml@dependabot-auto-merge-v2, passingtrusted_namespaces: 'smartwatermelon'.claude-blocking-review.ymlfrom@v3.0.0to@v3.1.0to pick up the built-in Dependabot fast-pass (in-job step-level skip), so the Claude review status check resolves quickly on Dependabot PRs.claude-blocking-review.yml(unrelated to the version bump, needed to pass the local yamllint pre-commit hook).Note on
trusted_namespaces: this only appends to the reusable workflow's built-independabot|actionsprefix (seedependabot-auto-merge.ymlaround lines 196-207 ingithub-workflows), it does not replace it —dependabotandactionsnamespaces remain trusted without needing to be listed explicitly.Part of smartwatermelon/dev-env#20.
Test plan
unpinned-usesfinding for each tag-pinned reusable-workflow reference (no other findings)https://claude.ai/code/session_01Sr9Qbx6v59pUTXvgZib6m7