integrations / slack

Bring your code to the conversations you care about with the GitHub and Slack integration
https://slack.github.com/
MIT License
3k stars 469 forks source link

remove large picture or resize to smaller one in "New comment on pull request" message #1670

Open epikhighs opened 1 year ago

epikhighs commented 1 year ago

Is your feature request related to a problem? Please describe. When getting notifications for "New comment on pull request by github-actions[bot]" Then there's a picture of the person's avatar that's huge, which adds noise to the many notifications we receive in the slack channel.

Describe the solution you'd like Either remove the avatar picture all together or resize it so it's a smaller thumbnail (100x100 pixel size).

Describe alternatives you've considered It would be nice if these messages were configurable or if we could have the image hidden by default instead of expanded.

Additional context here's a screenshot of how big the picture is image

epikhighs commented 1 year ago

Oh. I just realized what's causing this. we use a github-actions bot for Pull Reviewer stats. We can just disable that bot and the message and picture wont show. So this isn't as big of a deal now. Feel free to close.

image