Add option to customise issue contents

Closes #91
This commit is contained in:
alstr
2022-02-04 12:35:00 +00:00
parent 830fd45809
commit c968c6f24d
2 changed files with 20 additions and 26 deletions

View File

@@ -66,3 +66,6 @@ inputs:
description: "The username of the person who triggered the action"
required: true
default: "${{ github.actor }}"
ISSUE_TEMPLATE:
description: "The template used to format new issues"
required: false