Exam GH-900 Topic 5 Question 65 Discussion
Actual exam question for Microsoft's GH-900 exam
Question #: 65
Topic #: 5
Question #: 65
Topic #: 5
Who can be assigned to an Issue or pull request?
(Each answer presents a complete solution. Choose two.)
(Each answer presents a complete solution. Choose two.)
Suggested Answer: B,D Vote an answer
In GitHub, issues and pull requests (PRs) are essential tools for managing work and collaboration in a project.
Assigning individuals to these issues or PRs is a way to indicate responsibility for addressing the issue or completing the PR.
* Anyone with write permissions to the repository:
* Users who have write permissions to a repository can be assigned to issues and pull requests.
Write permissions allow users to push changes to the repository, create branches, and modify issues and pull requests. Assigning them to an issue or PR ensures they are recognized as responsible for the task.
* Anyone who has commented on the Issue or pull request:
* GitHub allows you to assign issues or pull requests to users who have already engaged with the discussion by commenting on it. This feature is particularly useful for quickly assigning tasks to those who are already involved in the conversation.
* Incorrect Options:
* Option A is incorrect because having an enterprise GitHub account alone does not necessarily grant the ability to be assigned to issues or PRs. Permission to assign is based on repository- specific roles and permissions.
* Option C is incorrect because not all personal GitHub accounts can be assigned to issues or PRs.
The user needs either write permissions to the repository or must have commented on the issue or PR.
References:
GitHub Docs: Assigning Issues and Pull Requests
GitHub Docs: Permission Levels for a Repository
This detailed explanation provides clarity on GitHub ' s assignment mechanics for issues and pull requests, reflecting the platform ' s collaborative nature.
Assigning individuals to these issues or PRs is a way to indicate responsibility for addressing the issue or completing the PR.
* Anyone with write permissions to the repository:
* Users who have write permissions to a repository can be assigned to issues and pull requests.
Write permissions allow users to push changes to the repository, create branches, and modify issues and pull requests. Assigning them to an issue or PR ensures they are recognized as responsible for the task.
* Anyone who has commented on the Issue or pull request:
* GitHub allows you to assign issues or pull requests to users who have already engaged with the discussion by commenting on it. This feature is particularly useful for quickly assigning tasks to those who are already involved in the conversation.
* Incorrect Options:
* Option A is incorrect because having an enterprise GitHub account alone does not necessarily grant the ability to be assigned to issues or PRs. Permission to assign is based on repository- specific roles and permissions.
* Option C is incorrect because not all personal GitHub accounts can be assigned to issues or PRs.
The user needs either write permissions to the repository or must have commented on the issue or PR.
References:
GitHub Docs: Assigning Issues and Pull Requests
GitHub Docs: Permission Levels for a Repository
This detailed explanation provides clarity on GitHub ' s assignment mechanics for issues and pull requests, reflecting the platform ' s collaborative nature.
by Kirk at Jul 14, 2026, 10:05 PM
0
0
0
10
Comments
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
Report Comment
Commenting
You can sign-up / login (it's free).