mirror of
https://github.com/ditkrg/todo-to-issue-action.git
synced 2026-01-25 07:16:42 +00:00
@@ -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 }}"
|
||||
Reference in New Issue
Block a user