Skip to content

Commit

Permalink
Merge pull request #176 from Liam-Deacon/doc/identifiers-rewording
Browse files Browse the repository at this point in the history
doc: Adjust wording for IDENTIFIERS workflow config option
  • Loading branch information
alstr committed Jan 16, 2024
2 parents 7f763e1 + 2b2f825 commit 1ac55ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down

0 comments on commit 1ac55ce

Please sign in to comment.