From a360ce73b2a934d8fb0d7b4c463c0f102f5a2d57 Mon Sep 17 00:00:00 2001 From: Connor Tumbleson Date: Fri, 8 Nov 2013 07:51:29 -0600 Subject: [PATCH] Allow closes/closed & fixes/fixed for automatic regex closing --- 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 163af226a..7ed8493a8 100644 --- a/config/gitlab.yml.example +++ b/config/gitlab.yml.example @@ -59,7 +59,7 @@ production: &base # If a commit message matches this regular expression, all issues referenced from the matched text will be closed. # This happends 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]loses|[Ff]ixes) +#\d+ + # issue_closing_pattern: ([Cc]lose[sd]|[Ff]ixe[sd]) +#\d+ ## Default project features settings default_projects_features: -- 2.11.0