Add Documentation Dangerfile

Every time a doc change is made, a comment to
ping the @gl-docsteam is added.
This commit is contained in:
Achilleas Pipinellis
2018-08-27 17:26:28 +02:00
parent b64ba567ff
commit b1b55371c6
3 changed files with 47 additions and 0 deletions

View File

@ -4,4 +4,5 @@ danger.import_dangerfile(path: 'danger/changelog')
danger.import_dangerfile(path: 'danger/specs')
danger.import_dangerfile(path: 'danger/gemfile')
danger.import_dangerfile(path: 'danger/database')
danger.import_dangerfile(path: 'danger/documentation')
danger.import_dangerfile(path: 'danger/frozen_string')