Skip to content
Snippets Groups Projects
Commit 2d31a9f3 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

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

Fix issue_closing_regex in gitlab.yml.example
parents e0e88cdd 8bbb5628
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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:
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment