Commit 006df6a3 authored by Thong Kuah's avatar Thong Kuah

Merge branch 'fix-mr-report-route-issue' into 'master'

Fix error budget definiton for ee only routes

See merge request gitlab-org/gitlab!83663
parents 4d613809 1b43223e
......@@ -89,9 +89,7 @@ class Projects::MergeRequestsController < Projects::MergeRequests::ApplicationCo
]
urgency :low, [
:codequality_mr_diff_reports,
:codequality_reports,
:sast_reports,
:secret_detection_reports
:codequality_reports
]
def index
......
......@@ -36,6 +36,10 @@ module EE
urgency :high, [:delete_description_version]
urgency :low, [:description_diff]
urgency :low, [
:sast_reports,
:secret_detection_reports
]
end
def can_run_sast_experiments_on?(project)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment