diff options
author | sinm <sinm.sinm@gmail.com> | 2014-01-12 23:29:29 +0300 |
---|---|---|
committer | sinm <sinm.sinm@gmail.com> | 2014-01-12 23:29:29 +0300 |
commit | 2b090339d1c794b4e280c7a38bf863ea6bb25069 (patch) | |
tree | 16782d0462c4c130dd7c0800feb2b594b534224b /config | |
parent | 9c7d821cf752a98f8c7a40056816f6629ca1f734 (diff) | |
download | gitlab-ce-2b090339d1c794b4e280c7a38bf863ea6bb25069.tar.gz |
It's a bad idea to use hash symbol in a yaml value without quotes
Diffstat (limited to 'config')
-rw-r--r-- | config/gitlab.yml.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/gitlab.yml.example b/config/gitlab.yml.example index 2bc984c9294..f552bee8250 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: |