EUComply

GitHub notification settings: the complete reference

Updated August 2026 · 6 min read

GitHub's notification system has more settings than most people realise. The default configuration works for casual use, but if you're on a team with multiple repositories, the defaults are almost certainly wrong for you — either drowning you in noise or letting reviews slip through.

This guide covers every notification setting in GitHub, what each one actually does, and how to configure them for the way you work.

Where to find your notification settings

All settings live under github.com → Settings → Notifications. There are four sections on this page, and each one controls a different channel. We'll go through them one by one.

1. Notification delivery — how GitHub reaches you

SettingWhat it doesRecommended
WebSends notifications to the GitHub web inbox (the bell icon in the top-right corner of github.com). This is always on and cannot be turned off.Always on (mandatory)
EmailSends every notification as an email to your primary GitHub email address. You can choose which types trigger email.Off or "Participating only"
MobilePush notifications through the GitHub Mobile app (iOS and Android).On if you use the app
DesktopNotifications through GitHub Desktop (macOS and Windows). Requires GitHub Desktop to be running.Optional

Email notification settings

Under "Email notification preferences" you have three options:

You can also choose to receive email as one notification per action (many small emails) or as periodic digests (hourly or daily summaries).

2. Watching — which repos notify you

For each repository you have access to, you can set one of four watch states. These are the single most impactful settings for your notification volume.

StateWhat you get notified about
Participating (default)Threads you created, commented on, were @mentioned in, or had assigned to you. Nothing else from that repo.
All activityEvery issue, PR, discussion, comment, and release in that repo. The firehose. Use sparingly.
CustomPick exactly what you want: Releases, Issues, Pull Requests, Discussions, Security alerts, or any combination. This is the most useful setting.
IgnoreComplete silence. You will not even receive notifications for direct @mentions from this repo. Dangerous — use only for repos you truly never need to hear from.

How to manage watches at scale

Under Settings → Notifications → Watching you can see every repo you're watching. The page shows a list sorted by notification volume, so you can quickly identify which repos are generating the most noise. Click "Unwatch" to switch back to Participating or "Custom" to narrow the scope.

Pro tip: if you're on more than 10 repos, check this page monthly. Accidental "All Activity" clicks are the most common cause of notification overload.

3. Subscriptions — individual thread tracking

Separate from watching, you can subscribe to individual issues, pull requests, or discussions. This is useful for a conversation you want to follow without watching the whole repo.

You can see all your subscriptions at github.com/notifications/subscriptions.

4. Custom notification settings per repo

GitHub's most underused feature: the Custom watch setting. When you click "Watch → Custom" on a repo, you get a checklist:

This is the ideal setup for most repos. For example:

5. System-wide notification settings

Back in Settings → Notifications, there are a few global toggles that affect everything:

SettingWhat it does
Automatically watch repositoriesWhen you gain push access to a repo (e.g., you're added to a team), GitHub automatically sets it to "Participating" watch. Turn this off if you want to manually choose which repos to participate in.
Restrict email notifications to approved domainsOnly send email notifications to addresses on verified domains in your organisation. Useful for enterprise.
Busy modePause all notifications for a set period (1, 2, 4, 8, 12, or 24 hours). During busy mode, GitHub still collects notifications but doesn't send them — you see them when the timer ends.

6. Organisation-level notification settings

If you're part of a GitHub organisation (team, company, open-source project), the organisation admins can set policies that override your personal settings:

These settings are managed by admins under Org → Settings → Notifications.

7. The problem with relying solely on GitHub's settings

Even with perfect settings, the GitHub web inbox has a fundamental limitation: it only works when you have a browser tab open to github.com. If you're working in an IDE, terminal, or any other application, you won't see the bell badge until you tab back.

That's where a desktop notification tool fills the gap — it shows your unread count in your menu bar or system tray at all times, regardless of which app has focus.

See your notifications without opening a browser

DevNotify shows your GitHub unread count in your macOS menu bar (Windows and Linux too). One click opens any PR, issue, or mention. Your token stays on your machine — 100% local. Free to try, $19 lifetime license.

Download for macOS, Windows or Linux Buy license — $19

Quick reference: the ideal settings for different roles

RoleRecommended settings
Individual developerEmail: participating only. Watch: participating on most repos, custom (releases) on libraries you follow. Desktop tool: DevNotify for real-time overview.
Tech lead / maintainerEmail: participating only. Watch: custom (PRs + issues) on team repos, participating on everything else. Busy mode: 2-hour blocks during focus time.
Open-source contributorEmail: off (use web + desktop). Watch: custom (releases + discussions) on projects you follow. Participating on projects you contribute to. Unsubscribe from stale threads weekly.
Engineering managerEmail: all activity (but filtered to a folder). Watch: custom (PRs) on team repos. Rely on desktop tool for triage during the day.