Bump merge-queue mdsmith merge-driver install to v0.15.0 - #289
Merged
Conversation
Agent-Logs-Url: https://github.com/jeduden/mdsmith/sessions/35c9024b-75ca-4404-8e3b-a2079ce8b2d8 Co-authored-by: jeduden <1117699+jeduden@users.noreply.github.com>
Copilot created this pull request from a session on behalf of
jeduden
May 14, 2026 13:34
View session
jeduden
marked this pull request as ready for review
May 14, 2026 13:34
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #289 +/- ##
=======================================
Coverage 95.85% 95.85%
=======================================
Files 190 190
Lines 24571 24571
=======================================
Hits 23553 23553
Misses 624 624
Partials 394 394
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the merge-queue bootstrap workflow to install the mdsmith merge driver / pre-merge-commit hook from the v0.15.0 GitHub Release artifact, using the corresponding SHA-256 for integrity verification. This keeps the merge queue’s hook installation pinned and verifiable.
Changes:
- Bumped
MDSMITH_VERSIONfromv0.12.0tov0.15.0in the merge-queue workflow. - Updated
MDSMITH_SHA256to match the intendedv0.15.0mdsmith-linux-amd64release asset.
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.
Updates the merge-queue workflow to use mdsmith
v0.15.0for merge-driver/pre-merge-commit installation and aligns binary integrity verification with the provided SHA-256. This keeps the queue bootstrap pinned to the intended release artifact.Workflow pin update
.github/workflows/merge-queue.yml, updated:MDSMITH_VERSIONfromv0.12.0→v0.15.0MDSMITH_SHA256toe91115916132c668620bb605bd162c05343aad26c3ed2c25e58c86a8506af191Merge queue install path unchanged
$HOME/.local/bin/mdsmith) and hook setup (merge-driver install,pre-merge-commit install), changing only the pinned release + checksum.