summaryrefslogtreecommitdiff
path: root/app/controllers/groups/settings/repository_controller.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/controllers/groups/settings/repository_controller.rb')
-rw-r--r--app/controllers/groups/settings/repository_controller.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/controllers/groups/settings/repository_controller.rb b/app/controllers/groups/settings/repository_controller.rb
index 7404075985b..b0431c31179 100644
--- a/app/controllers/groups/settings/repository_controller.rb
+++ b/app/controllers/groups/settings/repository_controller.rb
@@ -12,6 +12,7 @@ module Groups
end
feature_category :continuous_delivery
+ urgency :low
def create_deploy_token
result = Groups::DeployTokens::CreateService.new(@group, current_user, deploy_token_params).execute