Include table data into Slack comment or be able to unsubscribe specific comments or users?
Is your feature request related to a problem? Please describe.
We use a bot for DangerJS that comments on the PR if an issue is found. DangerJS will comment a list of issues inside HTML tables. When this comment is pushed to Slack, the table is not included so we only get a comment like "Generated by :no_entry_sign: dangerJS against 3cbc42a" which is kind of pointless other than knowing there is an issue with the PR.
| This is a comment made to a GitHub PR |
|---|
![]() |
| This is the comment inside Slack. |
|---|
![]() |
Describe the solution you'd like
One of the following or all would be great.
- The GitHub app to include the table data into Slack. I understand that Slack doesn't support tables so a different approach would have to be done.
- Be able to filter out a specific user's (in this case, a bot's) comments.
- Be able to filter out specific comments pushed to Slack by string/keyword.
Describe alternatives you've considered
I investigated if DangerJS could report in a format that doesn't include tables but it doesn't appear to be currently supported. Also, I like tables 😄.
Additional context
None
I have the same issue but with Netlify

