Commit 70af962963e6fd353c6d866899e571776b24b044
1 parent
e6c20802
Exists in
master
and in
4 other branches
Comment external issue tracker by default in gitlab.yml.example
Showing
1 changed file
with
12 additions
and
12 deletions
Show diff stats
config/gitlab.yml.example
@@ -40,18 +40,18 @@ production: &base | @@ -40,18 +40,18 @@ production: &base | ||
40 | 40 | ||
41 | ## External issues trackers | 41 | ## External issues trackers |
42 | issues_tracker: | 42 | issues_tracker: |
43 | - redmine: | ||
44 | - ## If not nil, link 'Issues' on project page will be replaced with this | ||
45 | - ## Use placeholders: | ||
46 | - ## :project_id - GitLab project identifier | ||
47 | - ## :issues_tracker_id - Project Name or Id in external issue tracker | ||
48 | - project_url: "http://redmine.sample/projects/:issues_tracker_id" | ||
49 | - ## If not nil, links from /#\d/ entities from commit messages will replaced with this | ||
50 | - ## Use placeholders: | ||
51 | - ## :project_id - GitLab project identifier | ||
52 | - ## :issues_tracker_id - Project Name or Id in external issue tracker | ||
53 | - ## :id - Issue id (from commit messages) | ||
54 | - issues_url: "http://redmine.sample/issues/:id" | 43 | + # redmine: |
44 | + # ## If not nil, link 'Issues' on project page will be replaced with this | ||
45 | + # ## Use placeholders: | ||
46 | + # ## :project_id - GitLab project identifier | ||
47 | + # ## :issues_tracker_id - Project Name or Id in external issue tracker | ||
48 | + # project_url: "http://redmine.sample/projects/:issues_tracker_id" | ||
49 | + # ## If not nil, links from /#\d/ entities from commit messages will replaced with this | ||
50 | + # ## Use placeholders: | ||
51 | + # ## :project_id - GitLab project identifier | ||
52 | + # ## :issues_tracker_id - Project Name or Id in external issue tracker | ||
53 | + # ## :id - Issue id (from commit messages) | ||
54 | + # issues_url: "http://redmine.sample/issues/:id" | ||
55 | 55 | ||
56 | ## Gravatar | 56 | ## Gravatar |
57 | gravatar: | 57 | gravatar: |