feat(comment/vssue): add parameter 'autoCreateIssue' (#258)

It's default false
This commit is contained in:
慕枫Go
2021-07-07 13:18:05 +02:00
committed by GitHub
parent 45a944412c
commit b7d4048298
2 changed files with 2 additions and 1 deletions
@@ -14,7 +14,7 @@
props: {
title: "{{ $.Title }}",
options: {
proxy: (url) => "https://cors-anywhere.azm.workers.dev/" + url,
autoCreateIssue: {{ default false .autoCreateIssue }},
owner: "{{ .owner }}",
repo: "{{ .repo }}",
clientId: "{{ .clientId }}",