Add .gitlab/ci/frontend.gitlab-ci.yml to frontend review roulette

This commit is contained in:
Winnie Hellmann 2019-09-05 10:02:20 +00:00 committed by Paul Slaughter
parent c099fa810f
commit abbf081672

View file

@ -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,