Add support for auto assigning issues

Closes #84
This commit is contained in:
alstr
2021-11-05 09:19:50 +00:00
parent 315813a568
commit 7712fef2fd
3 changed files with 14 additions and 1 deletions

View File

@@ -58,3 +58,11 @@ inputs:
IGNORE:
description: "A collection of comma-delimited regular expression that matches files that should be ignored when searching for TODOs"
required: false
AUTO_ASSIGN:
description: "Automatically assign new issues to the user who triggered the action"
required: true
default: false
ACTOR:
description: "The username of the person who triggered the action"
required: true
default: "${{ github.actor }}"