Hello, I just installed the new integration and I have some questions.
When I subscribe to a repository inside a Slack channel, how do I configure the subscriptions for what gets sent to that channel?
More specifically, I want commits to develop on my repository to go to the #develop slack channel. I don't care about other things like issues or comments, however it would be nice to know how to configure those as well.
Seems good idea 馃槂
I also want to receive notifications when pushed to branches beside master, such as develop or features
Same issue here. We do gitflow, as I imagine a lot of people do. This app is pretty useless without being able to get notifications for all branches.
Ok, after reading through everything and messing with the commands, I've figured out that this is what we wanted:
/github subscribe owner/repo commits:all
//cc @lusa
At my team we sometimes have big stories to develop, so we branch off our master or develop branch, and start working on that particular branch. Is it possible to get notifications for anything related to that particular branch on a specific slack channel instead of getting notified about EVERYTHING?
::::Need to subscribe github-url for a specific feature branch::::
I am using Slack.
I have added GutHub App.
I have already subscribed my github project.
I am able to get all the commits info for master branch.
Requirement:
I want notifications regarding commits,etc. only for a specific feature branch.
Please help here.
I think this is a duplicate of https://github.com/integrations/slack/issues/441
Please re-open if not :)
Not sure if I need filtering. I would like to receive commit notifications on all branches.
You should have at least a two master degrees in computer science in order to activate notifications for commits :D
What about making commits:all the default?
I have the opposite issue, I'd like to receive notifications for only a subset of branches.
For example:
/github subscribe owner/repo commits:specific_branch
This doesn't appear to work currently however
EDIT: seems like there is already a discussion about this - https://github.com/integrations/slack/issues/441
Most helpful comment
Ok, after reading through everything and messing with the commands, I've figured out that this is what we wanted:
/github subscribe owner/repo commits:all//cc @lusa