diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2022-02-15 03:13:45 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2022-02-15 03:13:45 +0000 |
commit | 4f6d64e5bde7e55b2b8f8a6afbdcd911486883b1 (patch) | |
tree | cc38e847c69ecb1d8d1821a236f1d36e8c769569 /tooling | |
parent | 99d074d7872a9640c5a6a4aaf43ea1e5ca16b7e6 (diff) | |
download | gitlab-ce-4f6d64e5bde7e55b2b8f8a6afbdcd911486883b1.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 cc80411e750..eaf33608b83 100644 --- a/tooling/danger/project_helper.rb +++ b/tooling/danger/project_helper.rb @@ -45,6 +45,8 @@ module Tooling %r{\Adoc/.*(\.(md|png|gif|jpg|yml))\z} => :docs, %r{\A(CONTRIBUTING|LICENSE|MAINTENANCE|PHILOSOPHY|PROCESS|README)(\.md)?\z} => :docs, %r{\Adata/whats_new/} => :docs, + %r{\Adata/deprecations/} => :none, + %r{\Adata/removals/} => :none, %r{\A((ee|jh)/)?app/finders/(.+/)?integrations/} => [:integrations_be, :database, :backend], [%r{\A((ee|jh)/)?db/(geo/)?(migrate|post_migrate)/}, %r{(:integrations|:\w+_tracker_data)\b}] => [:integrations_be, :database, :migration], |