Skip to main content
blog title image

1 minute read - Tips

How to Watch Repositories on Github via a NewsFeed

Apr 8, 2016

TLDR; subscribe to master commits on github with /commits/master.atom

Github Lists

There exist a lot of ’lists’ and ’notes’ on github, not just source code.

e.g.

I would like to be able to be notified when these lists change.

Monitoring Repos

There are official ways of watching repositories on github:

I primarily use news feeds through newsblur.com

The newsfeeds officially documented provides a bit too much information for me.
I really just want to know when new commits are pushed to master.

But the personal news feed functionality requires me to ‘watch’ a repo and then I’ll receive changes for:

  • issues
  • pull request actions
  • branch actions
  • comments
  • and all push commits

Monitoring via RSS

All I really care about are push commits to master.

I wanted to know when changes are made to:

  • https://github.com/toddmotto/public-apis

The approach I take is to subscribe to the commits feed on

  • /commits/master.atom

And therefore subscribe to the RSS Atom feed at:

  • https://github.com/toddmotto/public-apis/commits/master.atom

Video Demonstration

If you find any good testing resources on github then please let me know, either via a comment or contact me.