From 433fca6c5bebd135ca2d48e2d231b51904d07057 Mon Sep 17 00:00:00 2001 From: sinm <sinm.sinm@gmail.com> Date: Mon, 20 Jan 2014 07:47:19 +0300 Subject: [PATCH] Updated gitlab.yaml.example's issue_closing_pattern to single quotes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit … (misused double quotes here) --- 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 f552bee8250..93fd479866c 100644 --- a/config/gitlab.yml.example +++ b/config/gitlab.yml.example @@ -65,7 +65,7 @@ production: &base # If a commit message matches this regular expression, all issues referenced from the matched text will be closed. # This happens when the commit is pushed or merged into the default branch of a project. # When not specified the default issue_closing_pattern as specified below will be used. - # issue_closing_pattern: "([Cc]lose[sd]|[Ff]ixe[sd]) +#\d+" + # issue_closing_pattern: '([Cc]lose[sd]|[Ff]ixe[sd]) +#\d+' ## Default project features settings default_projects_features: -- GitLab