Skip to content

Bump merge-queue mdsmith merge-driver install to v0.15.0 - #289

Merged
jeduden merged 1 commit into
mainfrom
copilot/bump-mdsmitth-to-0150
May 14, 2026
Merged

Bump merge-queue mdsmith merge-driver install to v0.15.0#289
jeduden merged 1 commit into
mainfrom
copilot/bump-mdsmitth-to-0150

Conversation

Copilot AI commented May 14, 2026

Copy link
Copy Markdown
Contributor

Updates the merge-queue workflow to use mdsmith v0.15.0 for 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

    • In .github/workflows/merge-queue.yml, updated:
      • MDSMITH_VERSION from v0.12.0v0.15.0
      • MDSMITH_SHA256 to e91115916132c668620bb605bd162c05343aad26c3ed2c25e58c86a8506af191
  • Merge queue install path unchanged

    • Retains the existing install flow ($HOME/.local/bin/mdsmith) and hook setup (merge-driver install, pre-merge-commit install), changing only the pinned release + checksum.
env:
  MDSMITH_VERSION: v0.15.0
  MDSMITH_SHA256: e91115916132c668620bb605bd162c05343aad26c3ed2c25e58c86a8506af191

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 AI requested review from Copilot and removed request for Copilot May 14, 2026 13:34
@jeduden
jeduden marked this pull request as ready for review May 14, 2026 13:34
@jeduden
jeduden self-requested a review as a code owner May 14, 2026 13:34
Copilot AI review requested due to automatic review settings May 14, 2026 13:34
@codecov

codecov Bot commented May 14, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 95.85%. Comparing base (eda6679) to head (f8cffeb).

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           
Flag Coverage Δ
go 95.81% <ø> (ø)
typescript 99.35% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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_VERSION from v0.12.0 to v0.15.0 in the merge-queue workflow.
  • Updated MDSMITH_SHA256 to match the intended v0.15.0 mdsmith-linux-amd64 release asset.

@jeduden
jeduden merged commit 3f5b1a6 into main May 14, 2026
20 of 21 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants