How do I get notifications for commits to a repository?

前端 未结 8 1557
孤城傲影
孤城傲影 2021-02-05 02:04

I\'d like to know what kind of commits are being made to the Lithium framework so I can update (or rollback) when there is something major.

I\'m already watching the re

8条回答
  •  感情败类
    2021-02-05 02:34

    You can use GitHub webhooks and set it up with a push notification API. This is free and easy to do.

    Spontit is an example of a free API that enables you to do this.

    For a tutorial, see this video.

    Written instructions are available in the README here.

提交回复
热议问题