EndsWith

ends_with can be used to validate inputs if end with given string

- do: milestone
  ends_with:
     match: 'A String' # array of strings
     message: 'Some message...'
Supported Params
Param Description Required Default Message
match message to validate input with Yes  
message Message to show if the validation fails No [INPUT NAME] must ends with [MATCH]

Supported Validators:

'changeset', 'content', 'description', 'label', 'milestone', 'title'