Skip to content

deps: Bump updatecli version to v0.95.1 #7

deps: Bump updatecli version to v0.95.1

deps: Bump updatecli version to v0.95.1 #7

Triggered via pull request March 20, 2025 12:24
@v1vv1v
closed #322
Status Success
Total duration 11s
Artifacts

slack-lite.yml

on: pull_request_target
slack-lite
2s
slack-lite
Fit to window
Zoom out
Zoom in

Annotations

2 warnings
slack-lite
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.
slack-lite
Additionally, the attachment-level `fallback` argument is missing in the request payload for a chat.postMessage call - To avoid this warning, it is recommended to always provide a top-level `text` argument when posting a message. Alternatively, you can provide an attachment-level `fallback` argument, though this is now considered a legacy field (see https://api.slack.com/reference/messaging/attachments#legacy_fields for more details).