Remove assignee from issues

This commit is contained in:
Joao Fernandes
2018-05-03 13:29:39 -07:00
committed by Joao Fernandes
parent e984ba560e
commit 1da8e4f6c2
2 changed files with 3 additions and 70 deletions

View File

@@ -75,75 +75,13 @@ defaults:
type: "pages"
values:
layout: docs
defaultassignee: johndmulhausen
toc_min: 2
toc_max: 3
tree: true
- scope:
path: "compose"
path: "install"
values:
assignee: "gbarr01"
- scope:
path: "cs-engine"
values:
assignee: "joaofnfernandes"
- scope:
path: "datacenter"
values:
assignee: "joaofnfernandes"
- scope:
path: "datacenter/ucp"
values:
assignee: "jimgalasyn"
- scope:
path: "docker-cloud"
values:
assignee: "londoncalling"
- scope:
path: "docker-for-mac"
values:
assignee: "gbarr01"
- scope:
path: "docker-for-windows"
values:
assignee: "gbarr01"
- scope:
path: "docker-hub"
values:
assignee: "johndmulhausen"
- scope:
path: "docker-store"
values:
assignee: "johndmulhausen"
- scope:
path: "engine"
values:
assignee: "mistyhacks"
win_latest_build: "docker-17.06.2-ee-6"
- scope:
path: "kitematic"
values:
assignee: "gbarr01"
- scope:
path: "machine"
values:
assignee: "gbarr01"
- scope:
path: "notary"
values:
assignee: "johndmulhausen"
- scope:
path: "registry"
values:
assignee: "joaofnfernandes"
- scope:
path: "swarm"
values:
assignee: "mistyhacks"
- scope:
path: "toolbox"
values:
assignee: "gbarr01"
- scope:
path: "datacenter"
values:

View File

@@ -14,12 +14,7 @@
{% endif %}
{% endfor %}
{% endif %}
<!-- Logic for feedback CC'ing -->
{% if page.assignee %}
{% assign assignee=page.assignee%}
{% else %}
{% assign assignee=page.defaultassignee%}
{% endif %}
<!-- Logic for 'edit this button' -->
{% assign edit_url = "https://github.com/docker/docker.github.io/edit/master/" | append: page.path %}
{% for entry in site.data.not_edited_here.overrides %}
@@ -242,7 +237,7 @@
<ul>
{% if edit_url != "" %}
<li style="visibility: hidden"><a href="{{ edit_url }}"><i class="fa fa-pencil-square-o" aria-hidden="true"></i> Edit this page</a></li>{% endif %}
<li><a href="https://github.com/docker/docker.github.io/issues/new?assignee={% if page.assignee %}{{ page.assignee }}{% else %}{{ page.defaultassignee }}{% endif %}&body=File: [{{ page.path }}](https://docs.docker.com{{ page.url }}), CC @{{ assignee }}"
<li><a href="https://github.com/docker/docker.github.io/issues/new?body=File: [{{ page.path }}](https://docs.docker.com{{ page.url }})"
class="nomunge"><i class="fa fa-check" aria-hidden="true"></i> Request docs changes</a></li>
<li><a href="https://www.docker.com/docker-support-services"><i class="fa fa-question" aria-hidden="true"></i> Get support</a></li>
<!-- toggle mode -->