Commit 433fca6c5bebd135ca2d48e2d231b51904d07057
1 parent
2b090339
Exists in
spb-stable
and in
3 other branches
Updated gitlab.yaml.example's issue_closing_pattern to single quotes
… (misused double quotes here)
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
config/gitlab.yml.example
@@ -65,7 +65,7 @@ production: &base | @@ -65,7 +65,7 @@ production: &base | ||
65 | # If a commit message matches this regular expression, all issues referenced from the matched text will be closed. | 65 | # If a commit message matches this regular expression, all issues referenced from the matched text will be closed. |
66 | # This happens when the commit is pushed or merged into the default branch of a project. | 66 | # This happens when the commit is pushed or merged into the default branch of a project. |
67 | # When not specified the default issue_closing_pattern as specified below will be used. | 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 | ## Default project features settings | 70 | ## Default project features settings |
71 | default_projects_features: | 71 | default_projects_features: |