Commit 5ec4eb8b authored by Shinya Maeda's avatar Shinya Maeda Committed by Sean McGivern

Fix Feature Category in Tags Controller

This commit fixes that the specific endpoint
on tags controller is categorized in source code management.
parent 914861cd
......@@ -10,8 +10,7 @@ class Projects::TagsController < Projects::ApplicationController
before_action :authorize_download_code!
before_action :authorize_admin_tag!, only: [:new, :create, :destroy]
feature_category :source_code_management, [:index, :show, :new, :destroy]
feature_category :release_evidence, [:create]
feature_category :source_code_management
# rubocop: disable CodeReuse/ActiveRecord
def index
......
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