action-slack-notify icon indicating copy to clipboard operation
action-slack-notify copied to clipboard

Remove username and avatar when Github event is 'schedule'

Open gagle opened this issue 4 years ago • 2 comments

Currently, when you set a workflow that runs automatically based on a schedule event, the username that appears in the notification is the one from the user that commited this change. This is undesirable and I would like to remove it.

gagle avatar Mar 07 '21 05:03 gagle

Seconded. As far as I can tell, there's no current way to remove the github user entirely.

dastev-ms avatar Mar 17 '21 20:03 dastev-ms

I also do not want to have the github user in the notification, as it doesn't have anything to do with the topic, and is detrimental. I don't want to see who sent the commit that broke something, I just want to see what's broken and have some info about it to fix it. The avatar and github username should be "excludable" by not adding it to the "MSG_MINIMAL" whitelist, like the other fields.

davidgourde avatar Sep 28 '21 19:09 davidgourde