用 Webhooks 替换 Github 电子邮件服务

Replacing Github email service with Webhooks

现在我们正在使用 Github 电子邮件服务,以便我们的团队在进行更改时收到通知。但是,很快 Github 服务将被弃用。我想知道是否有任何预先存在的服务可以复制 Github 电子邮件服务产生的行为。这会为我们节省很多时间,而且我们不必 运行 一个服务器来处理这个 webhook。

谢谢

最近(2018 年 11 月)在“GitHub Services Brownout Updates and Timeline", GitHub services (like email notification) 中确认将于 2019 年 1 月消失。

original annoucement suggested to replace them with webhooks.

The intention of GitHub Services was to allow third-party developers to submit code for integrating with their services, but this functionality has been superseded by GitHub Apps and webhooks.

此外,查看 GitHub Actions,仍处于测试阶段但有潜力。
efforts made to look for a webhook-based alternative in the meantime. As in for instance pyinstaller/pyinstaller issue 3579。但还没有明确的答案。
2020 年 2 月更新:这个问题是 now closed。 GitHub 操作不再处于测试阶段。