Commit 2b090339d1c794b4e280c7a38bf863ea6bb25069

Authored by sinm
1 parent 9c7d821c

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:
... ...