92 lines
1.9 KiB
YAML
92 lines
1.9 KiB
YAML
name: 🎭 Comment reactions
|
|
category: github
|
|
description: |
|
|
This plugin displays overall user reactions on recent issues, comments and discussions.
|
|
examples:
|
|
default: https://github.com/lowlighter/metrics/blob/examples/metrics.plugin.reactions.svg
|
|
index: 10
|
|
supports:
|
|
- user
|
|
scopes:
|
|
- public_access
|
|
inputs:
|
|
|
|
plugin_reactions:
|
|
description: |
|
|
Enable reactions plugin
|
|
type: boolean
|
|
default: no
|
|
|
|
plugin_reactions_limit:
|
|
description: |
|
|
Display limit (issues and pull requests comments)
|
|
type: number
|
|
default: 200
|
|
min: 0
|
|
max: 1000
|
|
|
|
plugin_reactions_limit_issues:
|
|
description: |
|
|
Display limit (issues and pull requests, first comment)
|
|
type: number
|
|
default: 100
|
|
min: 0
|
|
max: 1000
|
|
|
|
plugin_reactions_limit_discussions:
|
|
description: |
|
|
Display limit (discussions, first comment)
|
|
type: number
|
|
default: 100
|
|
min: 0
|
|
max: 1000
|
|
|
|
plugin_reactions_limit_discussions_comments:
|
|
description: |
|
|
Display limit (discussions comments)
|
|
type: number
|
|
default: 100
|
|
min: 0
|
|
max: 1000
|
|
|
|
plugin_reactions_days:
|
|
description: |
|
|
Comments maximum age
|
|
type: number
|
|
default: 0
|
|
min: 0
|
|
zero: disable
|
|
|
|
plugin_reactions_display:
|
|
description: |
|
|
Display mode
|
|
|
|
- `absolute`: scale percentages using total reactions count
|
|
- `relative`: scale percentages using highest reaction count
|
|
type: string
|
|
default: absolute
|
|
values:
|
|
- absolute
|
|
- relative
|
|
|
|
plugin_reactions_details:
|
|
description: |
|
|
Additional details
|
|
type: array
|
|
format: comma-separated
|
|
default: ""
|
|
example: count, percentage
|
|
values:
|
|
- count
|
|
- percentage
|
|
|
|
plugin_reactions_ignored:
|
|
description: |
|
|
Ignored users
|
|
|
|
Can be used to ignore bots activity
|
|
type: array
|
|
format: comma-separated
|
|
default: ""
|
|
inherits: users_ignored
|