feat(plugins/reactions): add support for discussions and discussions comments (#637)

This commit is contained in:
Simon Lecoq
2021-10-31 01:00:54 -04:00
committed by GitHub
parent 4d4842ff4d
commit f6cc74de77
3 changed files with 45 additions and 23 deletions

View File

@@ -28,10 +28,26 @@ inputs:
min: 0
max: 1000
# Maximum number of discussions opened to parse
plugin_reactions_limit_discussions:
description: Maximum number of discussions opened to parse
type: number
default: 100
min: 0
max: 1000
# Maximum number of discussions comments opened to parse
plugin_reactions_limit_discussions_comments:
description: Maximum number of discussions comments opened to parse
type: number
default: 100
min: 0
max: 1000
# Filter reactions by issue comments age
# Set to 0 to disable age filtering
plugin_reactions_days:
description: Maximum issue comments age
description: Maximum comments age
type: number
default: 0
min: 0