feat(plugins/languages): add plugin_languages_analysis_timeout to avoid long runs (#572) [skip ci]
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user