ci: sync stale workflow copies with current CLDMV/.github templates - #12
Closed
Shinrai wants to merge 2 commits into
Closed
ci: sync stale workflow copies with current CLDMV/.github templates#12Shinrai wants to merge 2 commits into
Shinrai wants to merge 2 commits into
Conversation
- master-commit-audit.yml: migrate to the thin-caller form so the commit-subject pattern lives in reusable-master-commit-audit.yml@v4 instead of a hardcoded per-repo regex. The old regex lacked the "( - description)" group, so it would have false-positived on every real release-PR merge (e.g. "release: v1.1.0 - guard modes..."). - next-release.yml / hotfixes-release.yml: fix the release-PR loop-guard back to gating on push vs workflow_dispatch instead of github.actor. The old actor-based guard silently skipped the release-PR lane for any bot-authored merge - fatal on hotfixes, where every merge is a bot auto-merge. - dependabot-auto-merge.yml: drop the merge_method: "squash" override. next/hotfixes rulesets only allow the "merge" method, so Dependabot auto-merge attempts were being rejected outright.
Copying the example files verbatim carried over their @Project/ @filename header pointing at CLDMV/.github's example path. Every adopted workflow file should self-reference the consuming repo, matching the convention slothlet already uses.
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.
Fixes three real, currently-latent bugs found by diffing this repo's adopted workflows against the current CLDMV/.github templates, plus a header correction.
This branch predates feature-pr.yml landing on next (#5), so it never got an auto-opened PR - opening manually now that the CI/CD setup for this repo isn't fully bootstrapped yet.