Commit d4e82f5e11a1cb069943cf2854ad3dbe9b4f72b3
Exists in
spb-stable
and in
3 other branches
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,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: |