【发布时间】:2021-09-13 09:01:33
【问题描述】:
在我的存储库中,我试图配置一个 webhook,只要发出(拉取请求)comment 事件就会触发该 webhook。但是,当我测试该功能时,我一直看到错误
{"error":"unable to process webhook: <repo_name> does not have comment events enabled"}
每当我在 Webhooks / Manage webhook 页面下检查 Recent Deliveries 时。
问题:如何为我的存储库启用comment 事件?
请注意,即使我在 您希望触发此 webhook 的哪些事件?
【问题讨论】:
标签: github continuous-integration webhooks github-api continuous-deployment