fix(ci): drop AI Review, gate summary on label, log staleness hashes - #15
Merged
Conversation
Contributor
|
✅ All review checks passed. When you're ready, apply the |
- Remove the AI Review job. It needs ANTHROPIC_API_KEY which isn't wired into the repo; every PR shows it as a failing check. - Skip the "All review checks passed" summary comment when the PR already has the `ready` label. The comment prompts adding the label, so it's noise once the label is present. - When staleness-check trips, log the actual current vs stored hash values so we can diagnose false positives (currently it just prints "changed" with no values). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
dean-harel
force-pushed
the
fix/review-and-staleness
branch
from
April 25, 2026 15:04
24cf244 to
39cecae
Compare
Contributor
|
✅ All review checks passed. When you're ready, apply the |
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.
Summary
ANTHROPIC_API_KEYwhich isn't configured; every PR shows it as a failing check.readylabel..." comment is noise once the label is already present. Skip the job when the PR already hasready.Test plan
readylabel and confirm Review Summary still posts.readyand confirm Review Summary is skipped.