CircleCI-Public / slack-orb

Create custom Slack notifications for CircleCI job statuses
https://circleci.com/developer/orbs/orb/circleci/slack
MIT License
214 stars 206 forks source link

feat: add scheduling messages (#452) #453

Closed yesteph closed 4 weeks ago

yesteph commented 3 months ago

Description

This pull request add a new parameter scheduled_offset_seconds to the notify command. This parameter has a default value of 0.

If not 0, notify.sh script will call chat.scheduleMessage instead of chat.postMessage

marboledacci commented 4 weeks ago

I'm merging this to my own branch to add some tests.