chore: drop accidentally-merged review-approval feature work from main#317
Merged
Merged
Conversation
Resets main tree to commit 259e16d, the last commit before the accidental review-approval merge. The earlier revert 8a50ad6 only undid the polish wave (9c2fd93) and the auto-generated 0.28.0 release commit (8a3aac3), leaving the underlying 01-XX and 02-XX phase commits, WR-XX/CR-XX fixes, and the ReviewInboxButton plus /reviews route on main. This commit removes all of that. Review-approval feature work continues on features/review-approval and will land cleanly via PR when ready. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Contributor
Author
|
🎉 This PR is included in version 0.28.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
7 tasks
therealbrad
added a commit
that referenced
this pull request
May 19, 2026
…nts (#319) release-please auto-generated the v0.28.0 section based on commit history and listed ~30 review-approval features whose source code was reverted in PR #317 before the release. None of those features actually shipped in v0.28.0. The GitHub release page has already been corrected; this commit brings the in-repo CHANGELOG.md in line so future release-please runs have a clean baseline. The actual v0.28.0 contents are Turkish/Russian locale support (#318), the shared queue presets (#316), and the cleanup itself (#317). Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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.
Description
Resets
main's tree to commit259e16dc(chore(queues): extract shared defaultJobOptions presets (#316)), the last commit before the accidental review-approval feature merge.The earlier revert
8a50ad60only undid the polish wave (9c2fd93b) and the auto-generated0.28.0release commit (8a3aac37), but left the underlying review-approval work onmain:/reviewsroute,components/reviews/*, and supporting hooks/servicesThis PR removes all of that from
mainin a single revert commit.features/review-approvalretains the full history and will land cleanly via its own PR when ready.Related Issue
Restores
mainto a clean state after8a50ad60(incomplete revert of9c2fd93b).Type of Change
Testing
git diff --stat HEAD 259e16dcreturns empty (tree-equivalent to last clean commit)259e16dc(2605 files on both sides)Checklist
revert:typed (no semantic-release version bump expected)features/review-approvalis unaffected (still has full history at2dffbe5d)