gurkult / gurkbot

Our community bot, used for running the server.
MIT License
18 stars 16 forks source link

Use custom status embeds for workflow runs #78

Closed Shivansh-007 closed 1 year ago

Shivansh-007 commented 3 years ago

This will introduces custom status embeds for our workflow runs. The standard embeds GitHub sends to our webhook do not contain a lot of information and, because they're being sent for every individual workflow, generate a lot of noise in our #dev-log channel. By using a custom action to send embeds, we can fine tune when we want to send out an embed.

Examples

Pull Request Embed

image

General Workflow Embed

image

onerandomusername commented 2 years ago

Implemented by 9f25757892f342ee9f6ecf57e53d318f92653a71

onerandomusername commented 1 year ago

Closed by #145