Changing the stage of a pull request

You can mark a draft pull request as ready for review or convert a pull request to a draft.

People with write permissions to a repository and pull request authors can change the stage of a pull request.

Draft pull requests are available in public repositories with GitHub Free for organizations and legacy per-repository billing plans, and in public and private repositories with GitHub Team, GitHub Enterprise Server 2.17+, and GitHub Enterprise Cloud. For more information, see "GitHub's products."

Marking a pull request as ready for review

When you're ready to get feedback on your pull request, you can mark your draft pull request as ready for review. Marking a pull request as ready for review will request reviews from any code owners.

Tip: You can also mark a pull request as ready for review using the GitHub CLI. For more information, see "gh pr ready" in the GitHub CLI documentation.

  1. Under your repository name, click Pull requests.

    Issues and pull requests tab selection

  2. In the "Pull requests" list, click the pull request you'd like to mark as ready for review.

  3. In the merge box, click Ready for review. Ready for review button

Converting a pull request to a draft

You can convert a pull request to a draft at any time. For example, if you accidentally opened a pull request instead of a draft, or if you've received feedback on your pull request that needs to be addressed, you can convert the pull request to a draft to indicate further changes are needed. No one can merge the pull request until you mark the pull request as ready for review again. People who are already subscribed to notifications for the pull request will not be unsubscribed when you convert the pull request to a draft.

  1. Under your repository name, click Pull requests.

    Issues and pull requests tab selection

  2. In the "Pull requests" list, click the pull request you'd like to convert to a draft.

  3. In the right sidebar, under "Reviewers," click Convert to draft. Convert to draft link

  4. Click Convert to draft. Convert to draft confirmation

Further reading

Did this doc help you?Privacy policy

Help us make these docs great!

All GitHub docs are open source. See something that's wrong or unclear? Submit a pull request.

Make a contribution

Or, learn how to contribute.