Github file change notification

前端 未结 5 1710
不思量自难忘°
不思量自难忘° 2020-12-25 10:40

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

5条回答
  •  感动是毒
    2020-12-25 11:30

    I know this is really an old question, but here is a solution you can deploy via a github webhook on a repo. You can also customize and change the code to look for specific file patterns and notify you via email, slack, text or other means. Hope this is helpful.

    Here is the code for it: https://github.com/DevScoreInc/samples/tree/master/github-file-monitor

    Here is a demo that shows exactly how to configure this: https://youtu.be/6HgxIkT8EQ4

提交回复
热议问题