Skip to content

Commit 35171bf

Browse files
committed
refactor: remove assignees param for issue creation
this is defined in issue templates on the coordination repo
1 parent 2a9c6c4 commit 35171bf

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

layouts/partials/model-table/issue-link-cell.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
{{ end }}
1515
</a>
1616
{{ else }}
17-
{{ $assignees := urlquery "kaclaborn,manuvanegas,Mohsen-Shahbaznezhadfard" | safeURL }}
1817
{{ $labels := urlquery "Not yet started, " .domain | safeURL }}
1918
{{ $template_name := replace .domain " " "-" | lower }}
2019
{{ $template := urlquery $template_name ".md" | safeURL }}
@@ -27,7 +26,7 @@
2726
}}
2827
<a
2928
class="btn btn-dark btn-sm py-0 text-nowrap"
30-
href="https://github.com/make-models-fair/coordination/issues/new?assignees={{ $assignees }}&labels={{ $labels }}&template={{ $template }}&title={{ $title }}&body={{ $body }}"
29+
href="https://github.com/make-models-fair/coordination/issues/new?labels={{ $labels }}&template={{ $template }}&title={{ $title }}&body={{ $body }}"
3130
target="_blank"
3231
>
3332
<i class="fa-brands fa-github"></i>

0 commit comments

Comments
 (0)