slack icon indicating copy to clipboard operation
slack copied to clipboard

Include table data into Slack comment or be able to unsubscribe specific comments or users?

Open mikedidomizio opened this issue 2 years ago • 1 comments

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
CleanShot 2023-04-14 at 12 37 47
This is the comment inside Slack.
CleanShot 2023-04-14 at 12 36 43

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

mikedidomizio avatar Apr 14 '23 16:04 mikedidomizio

I have the same issue but with Netlify

NVolcz avatar Jan 30 '24 20:01 NVolcz