Add plugin_reactions_limit_issues (#334)

This commit is contained in:
lowlighter
2021-06-02 01:03:19 +02:00
parent 47220353c4
commit 7f08abb040
3 changed files with 24 additions and 17 deletions

View File

@@ -13,12 +13,19 @@ inputs:
default: no
# Maximum number of issue comments to parse
# Issues will be fetched before issues comments
plugin_reactions_limit:
description: Maximum number of issue comments to parse
type: number
default: 200
min: 1
min: 0
max: 1000
# Maximum number of issues and pull requests opened to parse
plugin_reactions_limit_issues:
description: Maximum number of issues and pull requests opened to parse
type: number
default: 100
min: 0
max: 1000
# Filter reactions by issue comments age