mirror of
https://github.com/ditkrg/todo-to-issue-action.git
synced 2026-01-25 15:22:59 +00:00
Update action.yml
This commit is contained in:
@@ -23,7 +23,6 @@ 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
|
||||||
default: "${{ secrets.GITHUB_TOKEN }}"
|
|
||||||
LABEL:
|
LABEL:
|
||||||
description: "The label that will be used to identify TODO comments (e.g. # TODO for Python)"
|
description: "The label that will be used to identify TODO comments (e.g. # TODO for Python)"
|
||||||
required: true
|
required: true
|
||||||
|
|||||||
Reference in New Issue
Block a user