Commit 1b43223e authored by Daniel Paul Searles's avatar Daniel Paul Searles

Fix error budget definiton for ee only routes

parent aad2b222
......@@ -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