Skip to content

only send slack message if token is set [copilot] #120

only send slack message if token is set [copilot]

only send slack message if token is set [copilot] #120

Triggered via push June 30, 2026 21:31
Status Success
Total duration 1m 54s
Artifacts
Matrix: client-tests
Fit to window
Zoom out
Zoom in

Annotations

3 warnings
client-tests (22)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: slackapi/slack-github-action@v2.1.1. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
client-tests (22)
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).
client-tests (22)
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.