Use debug branch of merge-queue-action for testing - #141
Conversation
Temporarily switch from v0.5.0 SHA to claude/debug-merge-queue-action-QRX4B for debugging.
| 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 |
|
🟢 Merge Queue — picked up This PR is in the queue and will be batched with other Next: No action needed — you'll get another comment when CI starts on the batch. View merge queue run. |
|
🔵 Merge Queue — CI running Merged into batch branch Next: No action needed — you'll be notified when CI completes. |
Codecov Report✅ All modified and coverable lines are covered by tests. 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. 🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
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-actionfrom 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 |
There was a problem hiding this comment.
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.
| - 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 |
|
✅ Merge Queue — merged This PR landed on Next: Done — nothing more to do here. |
Summary
Updated the merge-queue workflow to use a debug branch of the merge-queue-action for testing and debugging purposes.
Changes
jeduden/merge-queue-actionreference from the stable v0.5.0 release to theclaude/debug-merge-queue-action-QRX4Bdebug branchNotes
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