Add gh pr ready#960
Hidden character warning
Conversation
billygriffin
left a comment
There was a problem hiding this comment.
Thanks @probablycorey, looks great overall! I have a couple minor requested changes for verbiage that I think provide a bit more clarity, but happy to discuss.
Co-authored-by: Billy Griffin <5091167+billygriffin@users.noreply.github.com>
Co-authored-by: Billy Griffin <5091167+billygriffin@users.noreply.github.com>
Co-authored-by: Billy Griffin <5091167+billygriffin@users.noreply.github.com>
Co-authored-by: Billy Griffin <5091167+billygriffin@users.noreply.github.com>
| type MarkPullRequestReadyForReviewInput struct { | ||
| PullRequestID githubv4.ID `json:"pullRequestId"` | ||
| } |
There was a problem hiding this comment.
I couldn't find this struct in the githubv4 types, so I made my own. I'm not sure if this is the way to go.
There was a problem hiding this comment.
This looks good! It's most likely a newer API that landed only after the github4 library last synced its schema.
|
Overall, tested well except when I tried inserting the I expected: "! Pull request #960 is already "ready for review" |
| type MarkPullRequestReadyForReviewInput struct { | ||
| PullRequestID githubv4.ID `json:"pullRequestId"` | ||
| } |
There was a problem hiding this comment.
This looks good! It's most likely a newer API that landed only after the github4 library last synced its schema.
|
Thanks for the catch @tierninho. It should work now with urls |
|
Looks good, thanks for the fix! |
This adds
gh pr ready. It looks like thisupdated screenshot with @billygriffin's text changes
Closes #740
/cc @ampinsk let me know if you need any design changes