Github file change notification

前端 未结 5 1699
不思量自难忘°
不思量自难忘° 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:22

    I know it's been a while but I stumbled upon this thread when I was looking for something similar. I looked into Cooper's GitHub File Watcher but it didn't work with private repos nor was it open source.

    So I just ended up building my own solution: https://github.com/jesalg/commit-hawk. Posting this here just in case someone is still looking for a tool like that.

提交回复
热议问题