Add .gitlab/ci/frontend.gitlab-ci.yml to frontend review roulette
This commit is contained in:
parent
c099fa810f
commit
abbf081672
1 changed files with 2 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue