### Description Add support for the [icon_emoji](https://api.slack.com/methods/chat.postMessage#arg_icon_emoji) argument of the `chat.postMessage` API method. This is a small improvements that would help prettify slack messages when sent by github actions. ### What type of issue is this? - [ ] bug - [x] enhancement (feature request) - [ ] question - [ ] documentation related - [ ] example code related - [ ] testing related - [ ] discussion ### Requirements * [x] I've read and understood the [Contributing guidelines](https://github.com/slackapi/slack-github-action/blob/main/.github/contributing.md) and have done my best effort to follow them. * [x] I've read and agree to the [Code of Conduct](https://slackhq.github.io/code-of-conduct). * [x] I've searched for any related issues and avoided creating a duplicate issue.
Description
Add support for the icon_emoji argument of the
chat.postMessageAPI method.This is a small improvements that would help prettify slack messages when sent by github actions.
What type of issue is this?
Requirements