diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2022-04-25 15:08:44 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2022-04-25 15:08:44 +0000 |
commit | 29516285ebf20d2c9836d5263f9d3fba21d04a95 (patch) | |
tree | cb88f9184fd4bd12e97a3207eaa9d774014d7679 /app/controllers/groups | |
parent | 52eb17ad859d778104993ee0edfa9c034e59af80 (diff) | |
download | gitlab-ce-29516285ebf20d2c9836d5263f9d3fba21d04a95.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/controllers/groups')
-rw-r--r-- | app/controllers/groups/runners_controller.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/controllers/groups/runners_controller.rb b/app/controllers/groups/runners_controller.rb index d8dce7a8e6d..8d687bf3c2c 100644 --- a/app/controllers/groups/runners_controller.rb +++ b/app/controllers/groups/runners_controller.rb @@ -6,6 +6,7 @@ class Groups::RunnersController < Groups::ApplicationController before_action :runner, only: [:edit, :update, :destroy, :pause, :resume, :show] feature_category :runner + urgency :low def index finder = Ci::RunnersFinder.new(current_user: current_user, params: { group: @group }) |