diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2021-01-21 21:08:47 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2021-01-21 21:08:47 +0000 |
commit | b102159513dca6066df9cceb14e35f62ab7ce36f (patch) | |
tree | 9781915122f3e2b286eda1fbed91e420e2fc7448 /tooling | |
parent | 37a492326e7cde47928ee72abcc284ff9cf8f254 (diff) | |
download | gitlab-ce-b102159513dca6066df9cceb14e35f62ab7ce36f.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'tooling')
-rw-r--r-- | tooling/danger/helper.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tooling/danger/helper.rb b/tooling/danger/helper.rb index e50d5af3b6f..70df0dd82c7 100644 --- a/tooling/danger/helper.rb +++ b/tooling/danger/helper.rb @@ -198,7 +198,6 @@ module Tooling # Files that don't fit into any category are marked with :none %r{\A(ee/)?changelogs/} => :none, %r{\Alocale/gitlab\.pot\z} => :none, - %r{\Adata/whats_new/} => :none, # GraphQL auto generated doc files and schema %r{\Adoc/api/graphql/reference/} => :backend, |