mirror of
https://github.com/ditkrg/todo-to-issue-action.git
synced 2026-01-22 22:06:43 +00:00
doc: Adjust wording for IDENTIFIERS workflow config option
This commit is contained in:
parent
7f763e1ee6
commit
2b2f825dac
@ -232,7 +232,7 @@ The workflow file takes the following optional inputs:
|
||||
| AUTO_ASSIGN | False | Automatically assign new issues to the user who triggered the action |
|
||||
| ACTOR | False | The username of the person who triggered the action |
|
||||
| ISSUE_TEMPLATE | False | The template used to format new issues |
|
||||
| IDENTIFIERS | False | Dictionary of custom identifiers |
|
||||
| IDENTIFIERS | False | List of custom identifier dictionaries of the form `[{"name": "TODO", "labels": [todo]}]` |
|
||||
| GITHUB_URL | False | Base URL of GitHub API |
|
||||
| ESCAPE | False | Escape all special Markdown characters |
|
||||
| LANGUAGES | False | A collection of comma-delimited URLs or local paths starting from the current working directory of the action for custom languages |
|
||||
|
||||
Loading…
Reference in New Issue
Block a user