summaryrefslogtreecommitdiff
path: root/app/controllers/projects/registry/application_controller.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/controllers/projects/registry/application_controller.rb')
-rw-r--r--app/controllers/projects/registry/application_controller.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/controllers/projects/registry/application_controller.rb b/app/controllers/projects/registry/application_controller.rb
index e7bf8c8e757..9a94de3859a 100644
--- a/app/controllers/projects/registry/application_controller.rb
+++ b/app/controllers/projects/registry/application_controller.rb
@@ -9,6 +9,7 @@ module Projects
before_action :authorize_read_container_image!
feature_category :container_registry
+ urgency :low
private