Skip to content

Resolve "Quick actions are case sensitive"

What does this MR do?

Makes the evaluation of quick commands case-insensitive, either by adjusting the regular expressions accordingly or by using lowercase.

Are there points in the code the reviewer needs to double check?

I'm not quite sure if the i in the regular expression in lib/gitlab/quick_actions/substitution_definition.rb is really needed. In any case, it does no harm.

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Closes #47050 (closed)

Merge request reports