Commit 3f71f2fa72d572536e2f1f212fd626accfe26801

Authored by Dmitriy Zaporozhets
2 parents 5c1a360f 2b090339

Merge pull request #6032 from sinm/patch-1

It's a bad idea to use hash symbol in a yaml value without quotes
Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
config/gitlab.yml.example
... ... @@ -65,7 +65,7 @@ production: &base
65 65 # If a commit message matches this regular expression, all issues referenced from the matched text will be closed.
66 66 # This happens when the commit is pushed or merged into the default branch of a project.
67 67 # When not specified the default issue_closing_pattern as specified below will be used.
68   - # issue_closing_pattern: ([Cc]lose[sd]|[Ff]ixe[sd]) +#\d+
  68 + # issue_closing_pattern: "([Cc]lose[sd]|[Ff]ixe[sd]) +#\d+"
69 69  
70 70 ## Default project features settings
71 71 default_projects_features:
... ...