Skip to content
Snippets Groups Projects
Commit fa420fd0 authored by Ash Wilson's avatar Ash Wilson Committed by Wes Gurney
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 19aca1b3
No related branches found
No related tags found
1 merge request!4954Add support to configure webhook_timeout in gitlab.yaml
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