Commit ad67e7e1 authored by Kerri Miller's avatar Kerri Miller

Remove outdated comment re WIP support

parent 97abfb8b
......@@ -561,8 +561,6 @@ class MergeRequest < ApplicationRecord
end
end
# WIP is deprecated in favor of Draft. Currently both options are supported
# https://gitlab.com/gitlab-org/gitlab/-/issues/227426
DRAFT_REGEX = /\A*#{Gitlab::Regex.merge_request_draft}+\s*/i.freeze
def self.work_in_progress?(title)
......
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