Skip to content

CI: Add Danger automated checker

Daniel Stone requested to merge add-danger-checker into master

Danger is an extensible automated checker for merge requests. The rules are defined locally by code: it can inspect the current MR changes and perform any action based on whatever criteria you define.

Start using Danger here to automatically apply labels based on the files which have been changed.

There are two versions of Danger; one written in Ruby, and the other in JavaScript. We are using the original Ruby version, as the JavaScript one only supports GitHub and not GitLab.

Merge request reports