From abbf08167268781c3ce3559013ecd9dc707c2202 Mon Sep 17 00:00:00 2001 From: Winnie Hellmann Date: Thu, 5 Sep 2019 10:02:20 +0000 Subject: [PATCH] Add .gitlab/ci/frontend.gitlab-ci.yml to frontend review roulette --- lib/gitlab/danger/helper.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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,