mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-26 04:56:16 +10:00
Merge pull request #5093 from smashwilson/example-config-fix
Fix issue_closing_regex in gitlab.yml.example
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user