Commit 8bbb5628 authored by Ash Wilson's avatar Ash Wilson

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
......@@ -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:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment