feat(plugins/languages): add plugin_languages_analysis_timeout to avoid long runs (#572) [skip ci]

This commit is contained in:
Simon Lecoq
2021-10-13 22:08:20 -04:00
committed by GitHub
parent 26c680ec7e
commit 19036b2e41
3 changed files with 166 additions and 131 deletions

View File

@@ -97,7 +97,18 @@ inputs:
description: Indepth languages processing (see documentation before enabling)
type: boolean
default: false
# Analysis timeout (in minutes)
# In case of timeout, it'll automatically fallback to default algorithm
# Please be nice with GitHub Actions and disable `plugin_languages_indepth` if your account is not supported
# See documentation before enabling
plugin_languages_analysis_timeout:
description: Languages analysis timeout
type: number
default: 15
min: 1
max: 30
# GitHub language categories to display
plugin_languages_categories:
description: Language categories to display