diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-01-13 07:48:13 -0800 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-01-13 07:48:13 -0800 |
commit | 3f71f2fa72d572536e2f1f212fd626accfe26801 (patch) | |
tree | 5b2dddf859c117c8b0c85b439bb1f6f09481eed8 | |
parent | 5c1a360f4172273e4fe568e9cbafda9a95858623 (diff) | |
parent | 2b090339d1c794b4e280c7a38bf863ea6bb25069 (diff) | |
download | gitlab-ce-3f71f2fa72d572536e2f1f212fd626accfe26801.tar.gz |
Merge pull request #6032 from sinm/patch-1
It's a bad idea to use hash symbol in a yaml value without quotes
-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: |