Comment external issue tracker by default in gitlab.yml.example
This commit is contained in:
parent
e6c2080214
commit
70af962963
1 changed files with 12 additions and 12 deletions
|
@ -40,18 +40,18 @@ production: &base
|
|||
|
||||
## External issues trackers
|
||||
issues_tracker:
|
||||
redmine:
|
||||
## If not nil, link 'Issues' on project page will be replaced with this
|
||||
## Use placeholders:
|
||||
## :project_id - GitLab project identifier
|
||||
## :issues_tracker_id - Project Name or Id in external issue tracker
|
||||
project_url: "http://redmine.sample/projects/:issues_tracker_id"
|
||||
## If not nil, links from /#\d/ entities from commit messages will replaced with this
|
||||
## Use placeholders:
|
||||
## :project_id - GitLab project identifier
|
||||
## :issues_tracker_id - Project Name or Id in external issue tracker
|
||||
## :id - Issue id (from commit messages)
|
||||
issues_url: "http://redmine.sample/issues/:id"
|
||||
# redmine:
|
||||
# ## If not nil, link 'Issues' on project page will be replaced with this
|
||||
# ## Use placeholders:
|
||||
# ## :project_id - GitLab project identifier
|
||||
# ## :issues_tracker_id - Project Name or Id in external issue tracker
|
||||
# project_url: "http://redmine.sample/projects/:issues_tracker_id"
|
||||
# ## If not nil, links from /#\d/ entities from commit messages will replaced with this
|
||||
# ## Use placeholders:
|
||||
# ## :project_id - GitLab project identifier
|
||||
# ## :issues_tracker_id - Project Name or Id in external issue tracker
|
||||
# ## :id - Issue id (from commit messages)
|
||||
# issues_url: "http://redmine.sample/issues/:id"
|
||||
|
||||
## Gravatar
|
||||
gravatar:
|
||||
|
|
Loading…
Reference in a new issue