Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I turn off automatic notification subscription for new repositories in a single organization on Github?

Tags:

github

When I create a new repository in a Github organization, all the organization owners get automatically subscribed to that repository's notification.

I'm going to be making a lot of repositories for archival purposes. I would like to turn auto subscribe off, not just for me but for everyone in the org. I would also like to avoid sending out the initial "you have been automatically subscribed" email. I can't find anything in the Github API or organization settings to do this.

Hey there, we're just writing to let you know that you've been automatically subscribed to a repository on GitHub.      gitpan-test/Acme-LookOfDisapproval created by gitpan-test-account     Read-only release history for Acme-LookOfDisapproval     https://github.com/gitpan-test/Acme-LookOfDisapproval  You'll receive notifications for all issues, pull requests, and comments that happen inside the repository. If you would like to stop watching this repository, you can manage your settings here:      https://github.com/gitpan-test/Acme-LookOfDisapproval/subscription  You can unwatch this repository immediately by clicking here:      https://github.com/gitpan-test/Acme-LookOfDisapproval/unsubscribe_via_email/blahblahblah  You were automatically subscribed because you've been given push access to the repository.  Thanks! 
like image 797
Schwern Avatar asked Aug 03 '14 19:08

Schwern


People also ask

How do I turn off GitHub notifications?

In the upper-right corner of any page, click . In the left sidebar, under the list of repositories, use the "Manage notifications" drop-down to click Subscriptions. Select the notifications you want to unsubscribe to. In the top right, click Unsubscribe.

How do you Unwatch all repositories in an organization?

Navigate to github.com/watching to find a list of the repositories that you are subscribed to. The Unwatch All button gives you the option to unsubscribe from all repositories, or just the ones that belong to a specific user or owner.

How do I unsubscribe from emails from GitHub?

Navigate to github.com/watching to find a list of the repositories that you are subscribed to. The Unwatch All button gives you the option to unsubscribe from all repositories, or just the ones that belong to a specific user or owner.

Does GitHub notify users?

There are no ways to do it because GitHub delivers only two kinds of notifications: Participating: Someone mentions you or a team you're a member of. You are assigned to an issue or pull request.


1 Answers

  1. Go to your profile settings
  2. Click Notification Center
  3. Uncheck Automatically watch repositories
like image 108
connorbode Avatar answered Sep 22 '22 11:09

connorbode