OSDN Git Service

Don't quote the default issue closing regex.
authorAsh Wilson <smashwilson@gmail.com>
Sun, 15 Sep 2013 19:46:06 +0000 (15:46 -0400)
committerAsh Wilson <smashwilson@gmail.com>
Sun, 15 Sep 2013 19:46:32 +0000 (15:46 -0400)
It turns out that regex escapes and YAML quoted-scalar escapes don't play
nicely together.

config/gitlab.yml.example

index 99a23db..0434601 100644 (file)
@@ -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: