Skip to content

refactor(manage-merge-queue, check-merge-safety): point users to native GitHub merge queue#780

Merged
danadajian merged 2 commits intomainfrom
deprecate/manage-merge-queue-and-check-merge-safety
Apr 23, 2026
Merged

refactor(manage-merge-queue, check-merge-safety): point users to native GitHub merge queue#780
danadajian merged 2 commits intomainfrom
deprecate/manage-merge-queue-and-check-merge-safety

Conversation

@danadajian
Copy link
Copy Markdown
Contributor

Summary

  • Deprecates the manage-merge-queue and check-merge-safety helpers in favour of GitHub's native merge queue, which now provides the same capabilities as both helpers natively.
  • Both helpers continue to work — the deprecation is non-breaking — but callers will now see a warning in their workflow logs directing them to migrate.
  • The README sections for both helpers are marked with ~~strikethrough~~ and a (DEPRECATED) label, following the existing convention used in this repo.

Changes

  • manage-merge-queue and check-merge-safety emit a core.warning at the start of each run with a link to the GitHub merge queue docs.
  • README headings for both helpers are struck through and annotated (DEPRECATED), with a blockquote linking to the migration docs.

Test plan

  • Trigger a workflow that uses manage-merge-queue — confirm a deprecation warning appears in the job log.
  • Trigger a workflow that uses check-merge-safety — confirm a deprecation warning appears in the job log.
  • Review the README and confirm both sections show the deprecation notice with the correct link.

Generated with Claude Code

…nings pointing to native GitHub merge queue

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@danadajian danadajian requested a review from a team as a code owner April 23, 2026 15:47
@danadajian danadajian changed the title deprecate(manage-merge-queue, check-merge-safety): point users to native GitHub merge queue refactor(manage-merge-queue, check-merge-safety): point users to native GitHub merge queue Apr 23, 2026
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@danadajian danadajian merged commit 3f2a39d into main Apr 23, 2026
5 checks passed
@danadajian danadajian deleted the deprecate/manage-merge-queue-and-check-merge-safety branch April 23, 2026 15:53
@eg-oss-ci
Copy link
Copy Markdown

🎉 This PR is included in version 1.87.1 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants