Commit Graph

6 Commits

Author SHA1 Message Date
GitLab Bot 1f1bdf54e1 Add latest changes from gitlab-org/gitlab@master 2019-10-04 09:06:35 +00:00
Sean McGivern 0e616d71fb Also count specs in new files in Danger check
We have a Danger check that warns if you made changes in app/ but not in
spec/. However, this only checked for changed files - not new files. If
you added an app file with no specs, it wouldn't warn; and it would warn
erroneously if you added a missing spec file while changing a file in
app/.
2018-10-23 15:45:05 +01:00
Rémy Coutable 8ce6381f3c
Improve danger/specs/Dangerfile by not requiring new specs if specific labels are applied
Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-07-17 09:43:47 +02:00
Robert Speicher 27843cd2e7
Autocorrect RuboCop violations in danger/**/Dangerfile 2018-07-11 14:44:35 -05:00
Rémy Coutable ab87e7bab1
Improve Danger files after first review
Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-07-11 11:52:03 +02:00
Rémy Coutable 5679837cd4
Start to use Danger for automating MR reviews
Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-07-11 11:52:01 +02:00