ci: drop the stale 'observe-only' footer from the gate comment#84
Merged
Conversation
The gate comment hard-coded "Observe-only until review-gate is added to the branch's required status checks." That went stale the moment the gate was made a REQUIRED check across the lab (13 of 16 repos) — it now falsely told contributors a merge-blocking gate was observe-only. Whether the gate blocks merge varies per repo/branch and changes over time, so a hard-coded claim is wrong to bake into the comment. GitHub's checks UI already marks required checks, and the verdict lines already tell the reader what to do. CI only. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Semgrep (OSS): no findingsClean scan. Posted before the Claude review. |
CI Tests✅ Tests passed: the pytest suite across Python 3.10/3.11/3.12 (and bash syntax checks) are green on Posted before the Claude review so the test outcome is folded into the review. |
Review Gate
|
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 gate comment hard-coded
Observe-only until review-gate is added to required status checks— false now that the gate is required on 13/16 repos. Dropped it (GitHub's UI already marks required checks; the verdict lines say what to do). Self-edit PR → admin-merge; then re-rolling to the other repos.🤖 Generated with Claude Code