summaryrefslogtreecommitdiff
path: root/lib/api/helpers/resource_events_helpers.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/api/helpers/resource_events_helpers.rb')
-rw-r--r--lib/api/helpers/resource_events_helpers.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/api/helpers/resource_events_helpers.rb b/lib/api/helpers/resource_events_helpers.rb
index c47a58e8fce..11cb65056cd 100644
--- a/lib/api/helpers/resource_events_helpers.rb
+++ b/lib/api/helpers/resource_events_helpers.rb
@@ -7,7 +7,7 @@ module API
# This is a method instead of a constant, allowing EE to more easily extend it.
{
Issue => { feature_category: :team_planning, id_field: 'IID' },
- MergeRequest => { feature_category: :code_review, id_field: 'IID' }
+ MergeRequest => { feature_category: :code_review_workflow, id_field: 'IID' }
}
end
end