fix: clarify pending review creation#2569
Conversation
1f952ed to
5a97566
Compare
|
Rebased the branch onto current Validation after rebase:
|
SamMorrowDrums
left a comment
There was a problem hiding this comment.
Targeted fix for #2524 — makes it clear that create without event produces a pending review, and refreshes the description to cover all five methods (including resolve_thread/unresolve_thread). README and toolsnap are updated consistently.
Minor nit: the user-facing Title annotation still doesn't mention thread resolve/unresolve, while the description does. Could broaden in a follow-up (e.g. "Manage pull request reviews and review threads"), not blocking. LGTM.
133347f to
cc3f9b9
Compare
|
Rebased this approved branch onto current Validation after rebase:
The PR diff remains limited to |
cc3f9b9 to
1101a48
Compare
|
Rebased this approved branch onto latest Validation after rebase: |
Summary
pull_request_review_writetitle say thatcreateopens a pending reviewmethod: "create"withouteventdoes not submit the reviewFixes #2524.
To verify
UPDATE_TOOLSNAPS=true go test ./pkg/github -run TestCreateAndSubmitPullRequestReview -count=1go test ./pkg/github -run TestCreateAndSubmitPullRequestReview -count=1go test ./pkg/github -count=1go test ./...git diff --check