mirror of
https://github.com/ditkrg/todo-to-issue-action.git
synced 2026-01-25 07:16:42 +00:00
Merge pull request #168 from Christoph-Koschel/patch-3
Add support for custom languages
This commit is contained in:
10
action.yml
10
action.yml
@@ -79,4 +79,12 @@ inputs:
|
||||
ESCAPE:
|
||||
description: 'Escape all special Markdown characters'
|
||||
required: false
|
||||
default: true
|
||||
default: true
|
||||
LANGUAGES:
|
||||
description: 'A collection of comma-delimited URLs or local paths starting from the current working directory of the action for custom languages'
|
||||
required: false
|
||||
default: ''
|
||||
NO_STANDARD:
|
||||
description: 'Exclude loading the default ''syntax.json'' and ''language.yml'' files from the repository'
|
||||
required: false
|
||||
default: false
|
||||
Reference in New Issue
Block a user