diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2022-05-17 15:09:01 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2022-05-17 15:09:01 +0000 |
commit | d88ab3545c27cd674f5fb8bff5fb64a9eeed590f (patch) | |
tree | c0c6cc7065a765a6c93d67cebbe0dd16431296bd /tooling | |
parent | f0a387b4a5f08d6739894455664b4d3cb1509cc6 (diff) | |
download | gitlab-ce-d88ab3545c27cd674f5fb8bff5fb64a9eeed590f.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'tooling')
-rw-r--r-- | tooling/danger/project_helper.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tooling/danger/project_helper.rb b/tooling/danger/project_helper.rb index ad58907c20d..c0afd9b7319 100644 --- a/tooling/danger/project_helper.rb +++ b/tooling/danger/project_helper.rb @@ -101,6 +101,8 @@ module Tooling %r{\A\.editorconfig\z} => :tooling, %r{Dangerfile\z} => :tooling, %r{\A((ee|jh)/)?(danger/|tooling/danger/)} => :tooling, + %r{\A((ee|jh)/)?(lib/)?scripts/.*\.rb} => [:backend, :tooling], + %r{\A((ee|jh)/)?(lib/)?scripts/.*\.js} => [:frontend, :tooling], %r{\A((ee|jh)/)?scripts/} => :tooling, %r{\Atooling/} => :tooling, %r{(CODEOWNERS)} => :tooling, |