GH-900 · Question #122
Which of the following statements is true regarding the mergeability of draft pull requests?
The correct answer is D. They cannot be merged, and code owners are not automatically requested to review. Draft pull requests When you create a pull request, you can choose to create a pull request that is ready for review or a draft pull request. Draft pull requests cannot be merged, and code owners are not automatically requested to review draft pull requests…
Question
Which of the following statements is true regarding the mergeability of draft pull requests?
Options
- AThey can be merged, and code owners are automatically requested to review.
- BThey can be merged, but code owners are not automatically requested to review.
- CThey cannot be merged, but code owners are automatically requested to review.
- DThey cannot be merged, and code owners are not automatically requested to review.
How the community answered
(27 responses)- B4% (1)
- C4% (1)
- D93% (25)
Explanation
Draft pull requests When you create a pull request, you can choose to create a pull request that is ready for review or a draft pull request. Draft pull requests cannot be merged, and code owners are not automatically requested to review draft pull requests. https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to- your-work-with-pull-requests/about-pull-requests
Topics
Community Discussion
No community discussion yet for this question.