Skip to content

Use debug branch of merge-queue-action for testing - #141

Merged
jeduden merged 1 commit into
mainfrom
claude/debug-merge-queue-BuXl9
Apr 19, 2026
Merged

Use debug branch of merge-queue-action for testing#141
jeduden merged 1 commit into
mainfrom
claude/debug-merge-queue-BuXl9

Conversation

@jeduden

@jeduden jeduden commented Apr 19, 2026

Copy link
Copy Markdown
Owner

Summary

Updated the merge-queue workflow to use a debug branch of the merge-queue-action for testing and debugging purposes.

Changes

  • Updated jeduden/merge-queue-action reference from the stable v0.5.0 release to the claude/debug-merge-queue-action-QRX4B debug branch
  • This allows testing of changes to the merge queue action before they are released

Notes

This is a temporary change for debugging. The action reference should be reverted to a stable release version once testing is complete.

https://claude.ai/code/session_01QYzcoTGRUeJgkdKGmKdjwB

Temporarily switch from v0.5.0 SHA to
claude/debug-merge-queue-action-QRX4B for debugging.
Copilot AI review requested due to automatic review settings April 19, 2026 13:59
issues: write
steps:
- uses: jeduden/merge-queue-action@fd94568d534e31322ce59898030b340a7c36202d # v0.5.0
- uses: jeduden/merge-queue-action@claude/debug-merge-queue-action-QRX4B # debug branch
@jeduden jeduden added queue Add to a PR to enqueue it queue:active Applied automatically when a PR is in an active batch and removed queue Add to a PR to enqueue it labels Apr 19, 2026
@jeduden

jeduden commented Apr 19, 2026

Copy link
Copy Markdown
Owner Author

🟢 Merge Queue — picked up

This PR is in the queue and will be batched with other queue-labelled PRs.

Next: No action needed — you'll get another comment when CI starts on the batch. View merge queue run.

@jeduden

jeduden commented Apr 19, 2026

Copy link
Copy Markdown
Owner Author

🔵 Merge Queue — CI running

Merged into batch branch merge-queue/batch-139-1776607178 alongside #139. View CI run.

Next: No action needed — you'll be notified when CI completes.

@codecov

codecov Bot commented Apr 19, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 86.25%. Comparing base (1e226af) to head (b2545eb).
⚠️ Report is 11 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #141   +/-   ##
=======================================
  Coverage   86.25%   86.25%           
=======================================
  Files          92       92           
  Lines        9880     9880           
=======================================
  Hits         8522     8522           
  Misses        886      886           
  Partials      472      472           

☔ 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

This PR updates the merge queue workflow to run against a debug branch of jeduden/merge-queue-action to support testing/debugging changes to the action before release.

Changes:

  • Switched jeduden/merge-queue-action from a pinned v0.5.0 commit SHA to a debug branch reference.

issues: write
steps:
- uses: jeduden/merge-queue-action@fd94568d534e31322ce59898030b340a7c36202d # v0.5.0
- uses: jeduden/merge-queue-action@claude/debug-merge-queue-action-QRX4B # debug branch

Copilot AI Apr 19, 2026

Copy link

Choose a reason for hiding this comment

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

Using a branch ref for a third-party GitHub Action makes the workflow non-reproducible and increases supply-chain risk (the branch can move without review). This repo otherwise pins actions to immutable commit SHAs; please pin this debug build to a specific commit SHA (even if it’s from the debug branch), and keep the version comment accurate, or revert back to the stable release SHA once debugging is done.

Suggested change
- uses: jeduden/merge-queue-action@claude/debug-merge-queue-action-QRX4B # debug branch
- uses: jeduden/merge-queue-action@<PINNED_40_CHAR_DEBUG_COMMIT_SHA> # pinned debug commit from claude/debug-merge-queue-action-QRX4B

Copilot uses AI. Check for mistakes.
@jeduden
jeduden merged commit 24d674d into main Apr 19, 2026
15 of 16 checks passed
@jeduden

jeduden commented Apr 19, 2026

Copy link
Copy Markdown
Owner Author

Merge Queue — merged

This PR landed on main via commit 24d674d. CI run that validated the merge.

Next: Done — nothing more to do here.

@jeduden jeduden removed the queue:active Applied automatically when a PR is in an active batch label Apr 19, 2026
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.

4 participants