A Slack reporter for acot.
Install via npm:
$ npm install --save acot-reporter-slack
Install via yarn:
$ yarn add acot-reporter-slack
module.exports = {
reporter: {
use: "slack",
with: {
url: "https://hooks.slack.com/services/XXX/XXX/XXX",
},
},
};
url
: URL of Slack's incoming webhook (Required)
- Minimum notification
- Provide option to configure Slack's incoming webhook URL
- Report summary by rules
- Decorate notification using Block Kit
- Options to specify events of notification
- Bump version in
package.json
- Commit with message
Release x.x.x
and push tomain
branch - GitHub Actions publishes new version to NPM automatically