4.7 KiB
4.7 KiB
| ← Back to plugins index | |
🎭 Comment reactions | |
|---|---|
This plugin displays overall user reactions on recent issues, comments and discussions. | |
| Supported features → Full specification |
📗 Classic template |
👤 Users |
|
🔑 (scopeless) read:org (optional) read:user (optional) read:packages (optional) repo (optional) |
|
|
|
|
➡️ Available options
| Option | Description |
|
Enable reactions plugin |
type: boolean
default: no |
|
|
Display limit (issues and pull requests comments) |
type: number
(0 ≤
𝑥
≤ 1000)
default: 200 |
|
|
Display limit (issues and pull requests, first comment) |
type: number
(0 ≤
𝑥
≤ 1000)
default: 100 |
|
|
Display limit (discussions, first comment) |
type: number
(0 ≤
𝑥
≤ 1000)
default: 100 |
|
|
Display limit (discussions comments) |
type: number
(0 ≤
𝑥
≤ 1000)
default: 100 |
|
|
Comments maximum age |
type: number
(0 ≤
𝑥)
zero behaviour: disable default: 0 |
|
|
Display mode
|
type: string
default: absolute allowed values:
|
|
|
Additional details |
type: array
(comma-separated)
allowed values:
|
|
|
Ignored users Can be used to ignore bots activity |
⏩ Inherits users_ignoredtype: array
(comma-separated)
|
ℹ️ Examples workflows
name: Comment reactions
uses: lowlighter/metrics@latest
with:
filename: metrics.plugin.reactions.svg
token: ${{ secrets.METRICS_TOKEN }}
base: ""
plugin_reactions: yes
plugin_reactions_limit: 100
plugin_reactions_details: percentage