Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@runnerty/notificator-slack

runnerty5MIT1.0.0

Runnerty module: Slack notificator

runnerty, notificator, slack

readme

Slack notificator for Runnerty:

Configuration sample:

  {
    "id": "slack_default",
    "type": "@runnerty-notificator-slack",
    "webhookurl":"https://hooks.slack.com/services/ABC123/ABC123/ABC123",
    "bot_name": "Runnerty-Sentinel",
    "channel": "my_runnerty_channel",
    "maxConcurrents": 1,
    "minInterval": 600
  }

Plan sample:

  {
    "id":"slack_default",
    "bot_emoji": ":metal:",
    "channel": "my_runnerty_channel",
    "message":"PROCESS *:PROCESS_ID* OF CHAIN :CHAIN_ID RUNNING!"
  }