slack icon indicating copy to clipboard operation
slack copied to clipboard

Support subscribing to all features at once

Open ocean90 opened this issue 7 years ago • 19 comments

As someone who wants to have all events pushed to a channel I currently have to do:

/github subscribe owner/repo
/github subscribe owner/repo comments
/github subscribe owner/repo commits:all
/github subscribe owner/repo branches
/github subscribe owner/repo comments

Having an alias like /github subscribe owner/repo all for this would be handy. Another idea would be to support a list of features like /github subscribe owner/repo comments commits:all ....

Related: #291

ocean90 avatar Feb 26 '18 10:02 ocean90