Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Slack messages re: skipped actions workflow runs look too much like failed runs #1878

Open
PSalant726 opened this issue Apr 18, 2024 · 0 comments
Labels

Comments

@PSalant726
Copy link

Describe the bug
When the GH bot is configured to update a slack channel about runs of a specific actions workflow, messages created for skipped runs of the workflow look too much like messages create for failed runs of the workflow.

To Reproduce
Steps to reproduce the behavior:

  1. Configure the bot to alert a channel about a workflow (https://github.com/integrations/slack#workflow-notification-filters)
  2. Trigger a run of the configured workflow
  3. Skip the workflow run
  4. Observe the message posted to the configured slack channel

Expected behavior
A message should be posted to the configured slack channel, but that message should clearly show that the run was skipped. The message should be visually distinct from a failure message.

Screenshots
Screenshot 2024-04-18 at 12 30 10 PM

Desktop (please complete the following information):

  • OS: macOS 14.4.1
  • Browser FF
  • Version Nightly

Additional context
I would suggest using gray to represent skipped runs, vs. red which is currently used.
❌ --> ☑️

@PSalant726 PSalant726 added the bug label Apr 18, 2024
@snankani snankani removed their assignment Apr 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants