diff options
author | Douwe Maan <douwe@gitlab.com> | 2015-12-07 14:11:13 +0100 |
---|---|---|
committer | Douwe Maan <douwe@gitlab.com> | 2015-12-07 14:11:13 +0100 |
commit | a426fb1596978221510c8c78a17703658ad7d161 (patch) | |
tree | 4f34636598112bbc41d0abc9e2f18d8e52ed6309 /config | |
parent | a468bf346af9f86b4a9e5d3ba027e0debad948cc (diff) | |
download | gitlab-ce-a426fb1596978221510c8c78a17703658ad7d161.tar.gz |
Update documentation about automatic issue closing
Diffstat (limited to 'config')
-rw-r--r-- | config/gitlab.yml.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/gitlab.yml.example b/config/gitlab.yml.example index 1da42ab38f3..db378118f85 100644 --- a/config/gitlab.yml.example +++ b/config/gitlab.yml.example @@ -76,7 +76,7 @@ production: &base # This happens when the commit is pushed or merged into the default branch of a project. # When not specified the default issue_closing_pattern as specified below will be used. # Tip: you can test your closing pattern at http://rubular.com. - # issue_closing_pattern: '((?:[Cc]los(?:e[sd]?|ing)|[Ff]ix(?:e[sd]|ing)?) +(?:(?:issues? +)?#\d+(?:(?:, *| +and +)?))+)' + # issue_closing_pattern: '((?:[Cc]los(?:e[sd]?|ing)|[Ff]ix(?:e[sd]|ing)?) +(?:(?:issues? +)?%{issue_ref}(?:(?:, *| +and +)?))+)' ## Default project features settings default_projects_features: |