mirror of
https://github.com/ditkrg/todo-to-issue-action.git
synced 2026-01-25 15:22:59 +00:00
Update inputs
This commit is contained in:
@@ -23,6 +23,12 @@ inputs:
|
|||||||
TOKEN:
|
TOKEN:
|
||||||
description: "The GitHub access token to allow us to retrieve, create and update issues (automatically set)"
|
description: "The GitHub access token to allow us to retrieve, create and update issues (automatically set)"
|
||||||
required: true
|
required: true
|
||||||
|
LABEL:
|
||||||
|
description: "The label that will be used to identify TODO comments (deprecated)"
|
||||||
|
required: false
|
||||||
|
COMMENT_MARKER:
|
||||||
|
description: "The marker used to signify a line comment in your code (deprecated)"
|
||||||
|
required: false
|
||||||
CLOSE_ISSUES:
|
CLOSE_ISSUES:
|
||||||
description: "Optional input that specifies whether to attempt to close an issue when a TODO is removed"
|
description: "Optional input that specifies whether to attempt to close an issue when a TODO is removed"
|
||||||
required: true
|
required: true
|
||||||
|
|||||||
Reference in New Issue
Block a user