Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to unsubscribe from all repos within an organisation

Tags:

github

After you join an Organization on Github you automatically subscribed to all of its repos and you start getting all those updates you don't really want. To unsubscribe you need to go per repo and do it manually. Is it possible to unsubscribe from all repos within a particular Organisation at once?

like image 289
Eugene Avatar asked Jul 29 '15 12:07

Eugene


People also ask

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 remove repo content?

Browse to the directory in your repository that you want to delete. In the top-right corner, click , then click Delete directory. Review the files you will delete. At the bottom of the page, type a short, meaningful commit message that describes the change you made to the file.

How do I stop email notifications from GitHub?

You can unsubscribe from these notifications. On the notification settings page, under "Organization alerts", unselect Email.


2 Answers

You can unsubscribe from all repos or one by one under https://github.com/watching

Maybe not exactly the best way but I find it useful. Hope it helps!

like image 179
Fred Avatar answered Oct 07 '22 21:10

Fred


Is it possible to unsubscribe from all repos within a particular Organisation at once?

I don't know about unsubscribing, but you can go to Settings->Notification Center->Notification email and change the custom routing for the organization in question. That'll cause all e-mail for repositories in that organization to be sent to the new (possibly invalid) address.

like image 40
Caleb Avatar answered Oct 07 '22 19:10

Caleb