diff options
author | Paul Slaughter <pslaughter@gitlab.com> | 2019-09-05 10:02:21 +0000 |
---|---|---|
committer | Paul Slaughter <pslaughter@gitlab.com> | 2019-09-05 10:02:21 +0000 |
commit | 145c3476bf245d348839b6273dc9e773a77d24d1 (patch) | |
tree | bdfc93ce62fa31aa41c19bc54225adf4e142f1d8 | |
parent | c099fa810ff24bb3f9860569d6e1cfce92508468 (diff) | |
parent | abbf08167268781c3ce3559013ecd9dc707c2202 (diff) | |
download | gitlab-ce-145c3476bf245d348839b6273dc9e773a77d24d1.tar.gz |
Merge branch 'winh-frontend-ci-roulette' into 'master'
Add .gitlab/ci/frontend.gitlab-ci.yml to frontend review roulette
See merge request gitlab-org/gitlab-ce!32466
-rw-r--r-- | lib/gitlab/danger/helper.rb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/gitlab/danger/helper.rb b/lib/gitlab/danger/helper.rb index 5424298723e..d30d5a38670 100644 --- a/lib/gitlab/danger/helper.rb +++ b/lib/gitlab/danger/helper.rb @@ -110,7 +110,8 @@ module Gitlab karma\.config\.js | webpack\.config\.js | package\.json | - yarn\.lock + yarn\.lock | + \.gitlab/ci/frontend\.gitlab-ci\.yml )\z}x => :frontend, %r{\A(ee/)?db/(?!fixtures)[^/]+} => :database, |