summaryrefslogtreecommitdiff
path: root/danger/only_documentation/Dangerfile
Commit message (Collapse)AuthorAgeFilesLines
* Docs: Update danger to accept docs linting changesMarcel Amirault2019-07-091-1/+1
|
* Update dangerfile to exclude docs ci yamlMarcel Amirault2019-07-061-1/+1
|
* Add a danger rule to suggest `docs-` prefixesleipert-danger-dogsLukas Eipert2019-06-271-0/+24
If an MR only changes files within `doc/` we can save valueable CI time by prepending a branch name with `docs-`. This danger rule helps educate people about that fact. On the other hand, if someone has a branch with a `docs` prefix or suffix, the branch shouldn't contain any changes outside of the `docs` directory