Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-11-09 13:44:36 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-11-09 13:44:36 +0400
commitfa323c0ca112aeab52869efd84f2cb137558967b (patch)
tree003a59c4efeaf0402431e54c406f930ffc7287a2 /config
parentca196453f000c81d2f476827d718d010a128cf10 (diff)
parenta360ce73b2a934d8fb0d7b4c463c0f102f5a2d57 (diff)
Merge pull request #5570 from iBotPeaches/master
Allow closes/closed & fixes/fixed for automatic issue closing
Diffstat (limited to 'config')
-rw-r--r--config/gitlab.yml.example2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/gitlab.yml.example b/config/gitlab.yml.example
index 163af226aaa..7ed8493a8d5 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: