From 8bbb5628c41dce8f68ed9cf187b681eb06c51c53 Mon Sep 17 00:00:00 2001 From: Ash Wilson Date: Sun, 15 Sep 2013 15:46:06 -0400 Subject: Don't quote the default issue closing regex. It turns out that regex escapes and YAML quoted-scalar escapes don't play nicely together. --- config/gitlab.yml.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/gitlab.yml.example b/config/gitlab.yml.example index 99a23db0f1e..0434601cb49 100644 --- a/config/gitlab.yml.example +++ b/config/gitlab.yml.example @@ -49,7 +49,7 @@ production: &base ## Automatic issue closing # If a commit message matches this regular express, all issues referenced from the matched text will be closed # if it's pushed to a project's default branch. - # issue_closing_pattern: "^([Cc]loses|[Ff]ixes) +#\d+" + # issue_closing_pattern: ^([Cc]loses|[Ff]ixes) +#\d+ ## Default project features settings default_projects_features: -- cgit v1.2.1