Skip to content

Add issue_closing_pattern to gitlab.rb

username-removed-50521 requested to merge mike12489/omnibus-gitlab:master into master

This is working for me in adding an issue_closing_pattern value to the generated gitlab.yml.

I'm new at ruby, so forgive me if I've made any mistakes here.

Backslashes in the regular expression used in gitlab.rb must be escaped.

Associated issue: https://gitlab.com/gitlab-org/omnibus-gitlab/issues/232

Merge request reports