From 2b2f825dac3d2f67e581f55cde8ff1745f6fd059 Mon Sep 17 00:00:00 2001 From: Liam Deacon Date: Tue, 16 Jan 2024 16:08:50 +0000 Subject: [PATCH] doc: Adjust wording for IDENTIFIERS workflow config option --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d9e861d..3f7760b 100644 --- a/README.md +++ b/README.md @@ -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 |