You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For Slack to send messages via webhooks, each channel mentioned in the repo config file must have a corresponding webhook defined in the secrets file.
Suppose a bot has been configured to use webhooks. The repo config is updated to introduce some new channels, but the user forgot to update the secrets file with the new webhook urls.
Every time a new config is loaded from a repo, the bot should validate it against its secrets file and send a Slack alert or exit.
The text was updated successfully, but these errors were encountered:
For Slack to send messages via webhooks, each channel mentioned in the repo config file must have a corresponding webhook defined in the secrets file.
Suppose a bot has been configured to use webhooks. The repo config is updated to introduce some new channels, but the user forgot to update the secrets file with the new webhook urls.
Every time a new config is loaded from a repo, the bot should validate it against its secrets file and send a Slack alert or exit.
The text was updated successfully, but these errors were encountered: