nerdexam
Microsoft

GH-900 · Question #44

You are collaborating on a large open-source project hosted on GitHub. To stay informed about discussions and progress, you want to be notified whenever someone mentions your username or assigns you…

The correct answer is A. Use the mentions: qualifier to find threads where you are mentionedright C. Subscribe to an individual issue, pull request, or gist to receive updatesright D. Use GitHub Pages to host a static website directly from a repositoryright. GitHub's notification system lets you use the 'mentions:' qualifier in search to find threads where your username was mentioned (A). Subscribing to individual issues, pull requests, or gists gives you targeted notifications for those specific items (C). GitHub Pages allows you…

Collaboration Features

Question

You are collaborating on a large open-source project hosted on GitHub. To stay informed about discussions and progress, you want to be notified whenever someone mentions your username or assigns you an issue. You're also planning to showcase your project through a website using GitHub Pages. Which of the following actions or features would help you manage notifications effectively and publicize your project? (Choose three.)

Options

  • AUse the mentions: qualifier to find threads where you are mentionedright
  • BEnable GitHub Actions to send email notifications for every commit
  • CSubscribe to an individual issue, pull request, or gist to receive updatesright
  • DUse GitHub Pages to host a static website directly from a repositoryright

How the community answered

(42 responses)
  • A
    76% (32)
  • B
    24% (10)

Explanation

GitHub's notification system lets you use the 'mentions:' qualifier in search to find threads where your username was mentioned (A). Subscribing to individual issues, pull requests, or gists gives you targeted notifications for those specific items (C). GitHub Pages allows you to host a static website directly from a repository, making it ideal for showcasing a project (D). GitHub Actions (B) is a CI/CD automation tool, not a notification system for every commit - using it for per-commit email notifications is not a built-in or recommended feature.

Topics

#GitHub Pages#Notifications Management#GitHub Mentions#Issue Subscriptions

Community Discussion

No community discussion yet for this question.

Full GH-900 Practice