Updated gitlab.yaml.example's issue_closing_pattern to single quotes

… (misused double quotes here)
This commit is contained in:
sinm 2014-01-20 07:47:19 +03:00
parent 2b090339d1
commit 433fca6c5b
1 changed files with 1 additions and 1 deletions

View File

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