Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/danger
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-11-25 06:11:41 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-11-25 06:11:41 +0300
commit48a0a54a619b86f9b8664c76a9776068507b7d0e (patch)
tree887e314dcb24703431589bb27f992671bdc60e0f /danger
parent9453027136630bf0bfcde55dafdcdd6830877649 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'danger')
-rw-r--r--danger/specs/Dangerfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/danger/specs/Dangerfile b/danger/specs/Dangerfile
index 1eb11843732..d17c17bc545 100644
--- a/danger/specs/Dangerfile
+++ b/danger/specs/Dangerfile
@@ -57,4 +57,5 @@ end
specs.changed_specs_files.each do |filename|
specs.add_suggestions_for_match_with_array(filename)
specs.add_suggestions_for_project_factory_usage(filename)
+ specs.add_suggestions_for_feature_category(filename)
end