When using slack with GitHub, is there any option to send messages by checking labels. For example if in commit exists label "design", message will go to 'design' channel. Is there any ready implementation or we need to do something custom?
2 Answers
No, not yet (May 2018, a year after the OP's question)
This is still pending in 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.
So it is technically possible, but for now through the use of an external third-party bot.
There is PR for this feature, but has not yet been approved/merged (15 months after it was submitted) https://github.com/integrations/slack/pull/797
Our team ended up creating a custom integration

- 1
- 1
-
This is referring to the same issue as the other answer, right? – JJJ May 07 '19 at 16:05
-
yes, I found this PR in response to the above mentioned issue. – tomf May 09 '19 at 22:19