Merge pull request #5093 from smashwilson/example-config-fix

Fix issue_closing_regex in gitlab.yml.example
This commit is contained in:
Dmitriy Zaporozhets 2013-09-15 22:59:11 -07:00
commit 2d31a9f345
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ production: &base
## Automatic issue closing
# If a commit message matches this regular express, all issues referenced from the matched text will be closed
# if it's pushed to a project's default branch.
# issue_closing_pattern: "^([Cc]loses|[Ff]ixes) +#\d+"
# issue_closing_pattern: ^([Cc]loses|[Ff]ixes) +#\d+
## Default project features settings
default_projects_features: