feat(plugins/reactions): add support for discussions and discussions comments (#637)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user