summaryrefslogtreecommitdiff
path: root/app/controllers/groups
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-04-27 15:10:01 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2022-04-27 15:10:01 +0000
commit6d82b3a0c58f427e90bb8665cd13931128753a23 (patch)
treef89d05cab91e0b56d6fae7194c8b048d75314846 /app/controllers/groups
parent863ba7d77355b305b06112b0c6c3cab3c09898b0 (diff)
downloadgitlab-ce-6d82b3a0c58f427e90bb8665cd13931128753a23.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/controllers/groups')
-rw-r--r--app/controllers/groups/settings/ci_cd_controller.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/controllers/groups/settings/ci_cd_controller.rb b/app/controllers/groups/settings/ci_cd_controller.rb
index a5a624145fd..4b75cec19f7 100644
--- a/app/controllers/groups/settings/ci_cd_controller.rb
+++ b/app/controllers/groups/settings/ci_cd_controller.rb
@@ -11,6 +11,7 @@ module Groups
before_action :push_licensed_features, only: [:show]
feature_category :continuous_integration
+ urgency :low
def show
end