GH-900 · Question #2
GH-900 Question #2: Real Exam Question with Answer & Explanation
The correct answer is A: mentions:. The qualifier mentions: is used in GitHub's search functionality to find issues that mention a certain user. For example, if you want to find all issues where a specific user is mentioned, you would use mentions:username. This helps in tracking where a user has been involved in d
Question
What qualifier finds issues that mention a certain user?
Options
- Amentions:
- B@mentioned:
- Cmentioned:
- Dthreads:
Explanation
The qualifier mentions: is used in GitHub's search functionality to find issues that mention a certain user. For example, if you want to find all issues where a specific user is mentioned, you would use mentions:username. This helps in tracking where a user has been involved in discussions across issues or pull requests.
Topics
Community Discussion
No community discussion yet for this question.