Commit d4e82f5e11a1cb069943cf2854ad3dbe9b4f72b3

Authored by Dmitriy Zaporozhets
2 parents a68630e0 433fca6c

Merge pull request #6094 from sinm/patch-1

Updated gitlab.yaml.example's issue_closing_pattern to single quotes
Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
config/gitlab.yml.example
... ... @@ -65,7 +65,7 @@ production: &base
65 65 # If a commit message matches this regular expression, all issues referenced from the matched text will be closed.
66 66 # This happens when the commit is pushed or merged into the default branch of a project.
67 67 # When not specified the default issue_closing_pattern as specified below will be used.
68   - # issue_closing_pattern: "([Cc]lose[sd]|[Ff]ixe[sd]) +#\d+"
  68 + # issue_closing_pattern: '([Cc]lose[sd]|[Ff]ixe[sd]) +#\d+'
69 69  
70 70 ## Default project features settings
71 71 default_projects_features:
... ...