Is there is a REST API to convert a draft pull request to Ready to Review? #70061
Answered
by
ghostinhershell
alexec
asked this question in
API and Webhooks
-
Select Topic AreaQuestion BodyHow can I convert a draft PR into ready for review using the API? |
Beta Was this translation helpful? Give feedback.
Answered by
ghostinhershell
Nov 6, 2023
Replies: 1 comment 4 replies
-
Hey there @alexec, Thanks so much for reaching out in our community. You can actually do this using GraphQL: https://docs.github.com/en/graphql/reference/mutations#markpullrequestreadyforreview. |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
alexec
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey there @alexec,
Thanks so much for reaching out in our community. You can actually do this using GraphQL: https://docs.github.com/en/graphql/reference/mutations#markpullrequestreadyforreview.