Commit b162cbb2 authored by Stan Hu's avatar Stan Hu

Merge branch '299489-milestone_state_enum_style_guide' into 'master'

Update MilestoneStateEnum to match style guide

See merge request gitlab-org/gitlab!53287
parents 5c5650e9 c3f03ae4
......@@ -5,7 +5,7 @@ module Types
graphql_name 'MilestoneStateEnum'
description 'Current state of milestone'
value 'active', 'Milestone is currently active'
value 'closed', 'Milestone is closed'
value 'active', description: 'Milestone is currently active'
value 'closed', description: 'Milestone is closed'
end
end
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