Skip to content

ci: Fix SlackAPI call #6

ci: Fix SlackAPI call

ci: Fix SlackAPI call #6

Triggered via pull request March 4, 2025 13:10
Status Success
Total duration 14s
Artifacts

test-slack.yml

on: pull_request
Communicate on slack about the new release
4s
Communicate on slack about the new release
Fit to window
Zoom out
Zoom in

Annotations

1 warning
Communicate on slack about the new release
The top-level `text` argument is missing in the request payload for a chat.postMessage call - It's a best practice to always provide a `text` argument when posting a message. The `text` is used in places where the content cannot be rendered such as: system push notifications, assistive technology such as screen readers, etc.