GH-900 · Question #31
Which of the following are available statuses of a pull request? (Choose four.)
The correct answer is A. Draft B. Closed D. Merged F. Open. GitHub pull requests have four official statuses: (A) Draft - the PR is work-in-progress and not ready for review; (B) Closed - the PR was closed without being merged; (D) Merged - the PR's changes were successfully merged into the target branch; and (F) Open - the PR is active…
Question
Which of the following are available statuses of a pull request? (Choose four.)
Options
- ADraft
- BClosed
- CRebased
- DMerged
- EModified
- FOpen
How the community answered
(20 responses)- A90% (18)
- C5% (1)
- E5% (1)
Explanation
GitHub pull requests have four official statuses: (A) Draft - the PR is work-in-progress and not ready for review; (B) Closed - the PR was closed without being merged; (D) Merged - the PR's changes were successfully merged into the target branch; and (F) Open - the PR is active and awaiting review or action. 'Rebased' (C) is a git operation (rewriting commit history), not a PR status. 'Modified' (E) is not a recognized PR status on GitHub.
Topics
Community Discussion
No community discussion yet for this question.