BigW Consortium Gitlab

Commit 14351f97 by Grzegorz Bizon

Introduce core status for blocked manual actions

parent b8dc2ab9
module Gitlab
module Ci
module Status
class Manual < Status::Core
class Blocked < Status::Core
def text
'manual'
'blocked'
end
def label
'manual'
'blocked action'
end
def icon
......
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