Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的目标是当有人在 Rhodecode 上推送特定存储库时在我的 Discord 服务器上获得通知。我在 Discord 设置中创建了一个 Webhook,复制了 URL 并将其粘贴到 Rhodecode 的 URL 字段中。我还需要做其他事情吗?当我推入该存储库时,不和谐没有任何反应。
我认为 discourd 本身并不支持 rhodecode webhook 的格式。它需要从 rhodecode 创建一个特殊的扩展或使用 rcextensions 以不和谐服务器想要的格式编写 webhook。