mirror of
https://github.com/ditkrg/todo-to-issue-action.git
synced 2026-01-24 23:06:43 +00:00
Add inputs to action.yml
This commit is contained in:
parent
cb11d45a2e
commit
5d9e95c595
21
action.yml
21
action.yml
@ -6,4 +6,23 @@ runs:
|
|||||||
image: "Dockerfile"
|
image: "Dockerfile"
|
||||||
branding:
|
branding:
|
||||||
icon: "check-square"
|
icon: "check-square"
|
||||||
color: "orange"
|
color: "orange"
|
||||||
|
inputs:
|
||||||
|
REPO:
|
||||||
|
description: "The path to the repository where the action will be used, e.g. 'alstr/my-repo' (automatically set)"
|
||||||
|
required: true
|
||||||
|
BEFORE:
|
||||||
|
description: "The SHA of the last pushed commit (automatically set)"
|
||||||
|
required: true
|
||||||
|
SHA:
|
||||||
|
description: "The SHA of the latest commit (automatically set)"
|
||||||
|
required: true
|
||||||
|
TOKEN:
|
||||||
|
description: "The GitHub access token to allow us to retrieve, create and update issues (automatically set)"
|
||||||
|
required: true
|
||||||
|
LABEL:
|
||||||
|
description: "The label that will be used to identify TODO comments (by default this is # TODO for Python)"
|
||||||
|
required: true
|
||||||
|
COMMENT_MARKER:
|
||||||
|
description: "The marker used to signify a line comment in your code (by default this is # for Python)"
|
||||||
|
required: true
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user