feat(plugins/code): add plugin_code_languages option (#652)

This commit is contained in:
Simon Lecoq
2021-11-04 00:24:28 -04:00
committed by GitHub
parent 5498cdc8c1
commit 980a448bbd
2 changed files with 15 additions and 3 deletions

View File

@@ -44,4 +44,13 @@ inputs:
type: array
format: comma-separated
default: ""
example: my-repo-1, my-repo-2, owner/repo-3 ...
example: my-repo-1, my-repo-2, owner/repo-3 ...
# Restrict code snippet languages
# These are guessed through linguist
plugin_code_languages:
description: Restrict code snippet languages
type: array
format: comma-separated
default: ""
example: javascript, typescript, ....