summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Slaughter <pslaughter@gitlab.com>2019-09-05 10:02:21 +0000
committerPaul Slaughter <pslaughter@gitlab.com>2019-09-05 10:02:21 +0000
commit145c3476bf245d348839b6273dc9e773a77d24d1 (patch)
treebdfc93ce62fa31aa41c19bc54225adf4e142f1d8
parentc099fa810ff24bb3f9860569d6e1cfce92508468 (diff)
parentabbf08167268781c3ce3559013ecd9dc707c2202 (diff)
downloadgitlab-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.rb3
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,