nerdexam
Microsoft

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…

Collaboration Features

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)
  • A
    90% (18)
  • C
    5% (1)
  • E
    5% (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

#Pull Requests#GitHub Statuses#Collaboration#Version Control

Community Discussion

No community discussion yet for this question.

Full GH-900 Practice