-
Notifications
You must be signed in to change notification settings - Fork 496
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow configuration of PR comments vs code comments #420
Comments
This would be super helpful, our use case: We have a slack channel “#issues” that’s subscribed to all issues on each repository and nothing else. Ideally this would also include issue comments, but since that would stream in PR comments and friends, it’s too noisy and unnecessary for non-end teams, forcing us to turn it off entirely. |
Sorry to highjack this thread, but I've been frustrated that the new integration barely does anything that the previous webhook integration did. I'm surprised to see you mention comments because I can't get comments (PRs, code review on individual lines or elsewhere) to show in Slack. I've looked everywhere and can't find any way to set that. What am I missing? |
Is this still relevant? If so, just comment with any updates and we'll leave it open. Otherwise, if there is no further activity, it will be closed. |
Unless this has changed, we'll still need to use the old integration for now. |
I don't see any kind of comments with the new integration. |
Also it would be nice to be able to select only PR comments or only issue comments. If you look at the code this seems to already be possible, the features just seem to be linked all to one command instead of seperate commands: https://github.com/integrations/slack/blob/master/lib/models/subscription.js#L6-L16 I have never contributed to an open source proejct before but I guess I could try opening a PR to make these values spererate :D |
Is this still relevant? If so, just comment with any updates and we'll leave it open. Otherwise, if there is no further activity, it will be closed. |
Well since there haven't been any updates, I assume this is still an issue. I haven't tried the new integration again but can't see anything new from the docs. |
Would also like to see this +1 as the comments do get noisy when you want to partition technical details in code review from solution planning/discussion in issues |
Is this still relevant? If so, just comment with any updates and we'll leave it open. Otherwise, if there is no further activity, it will be closed. |
Still hoping to see separate flags for issue/code comment feature... |
Same |
Still waiting |
In the previous Slack integration, it was possible to subscribe to comments on issues & pull requests but this wouldn't include comments on lines of code.
When comments are enabled in the new Slack integration, it sends every comment to Slack. Even comments on individual lines of code and even if reviews are not enabled in the integration. This makes the integration far too spammy to have comments enabled.
Ideally it would be nice for comments on code to be a separate configuration setting.
The text was updated successfully, but these errors were encountered: