drone-slack-blame icon indicating copy to clipboard operation
drone-slack-blame copied to clipboard

Drone plugin to send build status blames via Slack

Results 3 drone-slack-blame issues
Sort by recently updated
recently updated
newest added

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...