auto icon indicating copy to clipboard operation
auto copied to clipboard

Customize when Slackbot posts releases

Open kharrop opened this issue 3 years ago • 0 comments

Is your feature request related to a problem? Please describe.

Depending on the frequency of releases, the Slack plugin could potentially be a bit too spammy - especially if folks have their repos already set to pull in patch/minor updates.

Describe the solution you'd like

Be able to specify if the bot should announce a release based on the type. For example, this would only trigger the bot in a channel for major releases only:

{
  "plugins": [
    [
      "slack",
      {
        "releaseType": "major",
      }
    ]
  ]
}

Describe alternatives you've considered

Additional context

kharrop avatar Mar 05 '21 21:03 kharrop