ci: remove the automated PR review workflow - #128
Merged
Conversation
It has not been earning its slot. It failed outright on #117 while its own steps reported success, then hung for twenty-two minutes on #127 — a thirty-three-commit pull request — and never reported at all, leaving a permanently pending check on a branch whose twenty real gates had already passed. A check that neither passes nor fails is worse than no check: it makes every merge a judgement call about whether to wait. The reviewing it was meant to do is happening anyway. Codex reviews the same pull requests and posted a clean result on #127, and the work in this repository already goes through explicit review before it reaches a branch. claude-interactive.yml stays — it answers mentions in comments, which is opt-in and does not gate anything. claude-login.yml stays with it, since that is how it authenticates. No contract test referenced the removed workflow.
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.
The
reviewcheck has not been earning its slot.It failed outright on #117 while its own steps reported success, then hung for twenty-two minutes on #127 — a thirty-three-commit PR — and never reported at all. That left a permanently pending check on a branch whose twenty real gates had already passed, which makes every merge a judgement call about whether to keep waiting.
A check that neither passes nor fails is worse than no check.
The reviewing it was meant to provide is happening regardless: Codex reviews the same pull requests and returned a clean result on #127, and work in this repo goes through explicit review before it reaches a branch at all.
Staying:
claude-interactive.yml, which answers@claudementions in comments — opt-in, and it gates nothing.claude-login.ymlstays with it, since that is how it authenticates.No contract test referenced the removed workflow, and neither of the other two depends on it.