Skip to content
Snippets Groups Projects
Commit 8bbb5628 authored by Ash Wilson's avatar Ash Wilson
Browse files

Don't quote the default issue closing regex.

It turns out that regex escapes and YAML quoted-scalar escapes don't play
nicely together.
parent e0e88cdd
No related branches found
No related tags found
1 merge request!5093Fix issue_closing_regex in gitlab.yml.example
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