ci: migrate merge + security callers to github-workflows v3, unify auto-merge#11
Merged
bitwise-fast-forward-merge[bot] merged 1 commit intoJun 24, 2026
Conversation
Contributor
|
Note Merging this PR: this repository merges by fast-forward so every The branch must be up to date with |
…to-merge Pins the merge, merge-review-ack and Dependabot auto-merge callers to github-workflows v3.0.0. The auto-merge machinery now triggers only on issue_comment, workflow_run and schedule — events that attach no check run to the PR — so the merge/* and auto-merge/* skipped checks are gone. Approvals are carried by the new merge-review-ack.yaml companion (its single ack job is the only check the system adds), which also fixes the fork-PR auto-merge gap (bitwise-media-group/github-workflows#10). Folds the separate auto-merge.yaml caller into merge.yaml (v3 unifies the two reusable workflows into one) and deletes it. merge.yaml now drives the full flow — /merge, /auto-merge, the auto-merge label, and the scheduled sweep. Also moves codeql.yaml to the v3 security.yaml reusable (build-free, so no Makefile needed). The ci and release callers stay on v1 until setup-evolve adopts the canonical Makefile — tracked in bitwise-media-group#10. Signed-off-by: Deavon M. McCaffery <dmccaffery@users.noreply.github.com>
12a7b7d to
3ec45f6
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
tiffanywang3
approved these changes
Jun 24, 2026
Collaborator
Author
|
/merge |
|
Fast-forwarded |
3ec45f6
into
bitwise-media-group:main
24 checks passed
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.
Pins the merge, merge-review-ack and Dependabot auto-merge callers to github-workflows v3.0.0. The auto-merge machinery now triggers only on issue_comment, workflow_run and schedule — events that attach no check run to the PR — so the merge/* and auto-merge/* skipped checks are gone. Approvals are carried by the new merge-review-ack.yaml companion (its single ack job is the only check the system adds), which also fixes the fork-PR auto-merge gap (bitwise-media-group/github-workflows#10).
Folds the separate auto-merge.yaml caller into merge.yaml (v3 unifies the two reusable workflows into one) and deletes it. merge.yaml now drives the full flow — /merge, /auto-merge, the auto-merge label, and the scheduled sweep.
Also moves codeql.yaml to the v3 security.yaml reusable (build-free, so no Makefile needed). The ci and release callers stay on v1 until setup-evolve adopts the canonical Makefile — tracked in #10.
Signed-off-by: Deavon M. McCaffery dmccaffery@users.noreply.github.com