Commit 2d31a9f345fd84fc65cac9b429a907e96b4e18b7
Exists in
master
and in
4 other branches
Merge pull request #5093 from smashwilson/example-config-fix
Fix issue_closing_regex in gitlab.yml.example
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
config/gitlab.yml.example
... | ... | @@ -49,7 +49,7 @@ production: &base |
49 | 49 | ## Automatic issue closing |
50 | 50 | # If a commit message matches this regular express, all issues referenced from the matched text will be closed |
51 | 51 | # if it's pushed to a project's default branch. |
52 | - # issue_closing_pattern: "^([Cc]loses|[Ff]ixes) +#\d+" | |
52 | + # issue_closing_pattern: ^([Cc]loses|[Ff]ixes) +#\d+ | |
53 | 53 | |
54 | 54 | ## Default project features settings |
55 | 55 | default_projects_features: | ... | ... |