Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-05-31 00:09:18 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-05-31 00:09:18 +0300
commitec246c2be152e2d5ccd9d74ef01df06d33d82a5c (patch)
tree0b8b988d3b731e3a6447f85604ba9b40202963c3 /app/graphql/mutations/work_items/create_from_task.rb
parent76abc55eb4656385925e156210fb8c5750c75652 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/graphql/mutations/work_items/create_from_task.rb')
-rw-r--r--app/graphql/mutations/work_items/create_from_task.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/graphql/mutations/work_items/create_from_task.rb b/app/graphql/mutations/work_items/create_from_task.rb
index 4da709401a6..5ebe8b2c6d7 100644
--- a/app/graphql/mutations/work_items/create_from_task.rb
+++ b/app/graphql/mutations/work_items/create_from_task.rb
@@ -8,7 +8,7 @@ module Mutations
include Mutations::SpamProtection
description "Creates a work item from a task in another work item's description." \
- " Available only when feature flag `work_items` is enabled. This feature is experimental and is subject to change without notice."
+ " Available only when feature flag `work_items` is enabled."
authorize :update_work_item