drone-slack-blame
drone-slack-blame copied to clipboard
Drone plugin to send build status blames via Slack
I have the following step ``` - name: Notify author of result image: plugins/slack-blame settings: failure_template: "failure" mapping: /drone/src/ci/common/drone/slack-github-user-mapping.json success_template: "success" token: xxx when: status: - failure depends_on: - Parse...
This updates the `drone-slack-blame` plugin to use the `drone-plugin-lib` and the `boilr-plugin` for scaffolding.
I think it would be useful to add an environment variable to control whether the attributed user for the commits is directly notified on slack. A common case may be...