fix: correct verification scripts for standard GitHub tasks#252
Merged
Conversation
…iew body
The task description asks agents to add keywords in inline review comments
(code-level comments added via add_comment_to_pending_review), but the
verification only checked the top-level review body from /pulls/{n}/reviews.
Now also fetches /pulls/{n}/comments to check inline review comment content.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Commit 82b3afb9 has a GitHub API committer date of 2025-08-06T00:12:50Z, so the UTC date is 2025-08-06, not 2025-08-05. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…wn formatting Use regex-based matching instead of exact string matching for rollback plan elements, so the verifier accepts both markdown bold and plain text formatting from different GitHub Actions bot implementations. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…acking verify The CHANGELOG 1.0.65 feature can be identified by two valid commits: - 94dcaca5: merge commit that brought 1.0.65 into pr/2466-QwertyJack-main - 5faa082d: the actual commit that first added 1.0.65 to CHANGELOG.md on main Both are reasonable interpretations of "when the changelog was updated to include version 1.0.65", so the verify script now accepts either answer. Co-Authored-By: Claude Opus 4.6 (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.
Change Type
Description of Change
Fix verification scripts for 6 GitHub tasks that had overly strict or incorrect expected answers:
Additional Information