Slack GitHub 集成,按标签发送消息

Slack GitHub integration, send messages by labels

在 GitHub 中使用 slack 时,是否有通过检查标签发送消息的选项。例如,如果提交中存在标签 "design",消息将转到 'design' 频道。是否有任何现成的实施或我们需要做一些定制?

不,还没有(2018 年 5 月,OP 问题一年后)

这还在 integrations/slack issue 384

中待定

I'm a member of a Slack channel dedicated to a specific feature of a repo that covers a wide variety of features. Right now we have an internal Hubot to filter down to a specific label and then post messages to the channel.

It'd be cool if this official integration could replace our internal by allow subscribing to only issues/PRs that have a specific label instead of the entire repo.

所以这在技术上是可行的,但目前通过使用外部第三方机器人。

此功能有 PR,但尚未approved/merged(提交后 15 个月) https://github.com/integrations/slack/pull/797

我们的团队最终创建了自定义集成