Skip to main content

Watch for file changes on GitHub

Sometimes, I want to watch for changes in a particular file on GitHub.

When I’m part of the development team, sometimes a CODEOWNERS file works. GitHub will automatically flag me on upcoming changes to particular files or directories.

If I’m not a member of the repository, a CODEOWNERS file won’t work. I found out recently that GitHub has RSS/Atom feeds for the contents of repositories. To watch the file README.rst on the main branch of https://github.com/adafruit/circuitpython, use the RSS feed https://github.com/adafruit/circuitpython/commits/main/README.rst.atom.

Thanks, Jake!

Beyond this, I would love to be able to watch for public pull requests that affect that file. Let me know if you have any ideas!

Have a suggestion? An important correction? Let me know!

If this was helpful or enjoyable, please share it! To get new posts, subscribe to the newsletter or the RSS/Atom feed. If you have comments, questions, or feedback, please email me.