Github file change notification

Cemo picture Cemo · Oct 3, 2013 · Viewed 12.3k times · Source

Is there a way to notify people on change of some certain files? Specifically, I would like to track change of *.sql files and and notify our developers on a change. How can I configure post commit hooks to notify?

Answer

Cooper picture Cooper · Apr 12, 2017

If you want folks to get notified via email, and you want them to manage their own notifications, then https://app.github-file-watcher.com/ should do the trick - it monitors any public repo, and will notify you via email of changes to any file, a specific file, or some files that match your criteria.