The reactions plugin displays overall reactions on your recent issues and issue comments.
|
Option | Type (format) [default] {allowed values} | Description |
---|---|---|
plugin_reactions |
boolean [no] |
Display average issue comments reactions |
plugin_reactions_limit |
number [200] {0 ≤ 𝑥 ≤ 1000} |
Maximum number of issue comments to parse |
plugin_reactions_limit_issues |
number [100] {0 ≤ 𝑥 ≤ 1000} |
Maximum number of issues and pull requests opened to parse |
plugin_reactions_limit_discussions |
number [100] {0 ≤ 𝑥 ≤ 1000} |
Maximum number of discussions opened to parse |
plugin_reactions_limit_discussions_comments |
number [100] {0 ≤ 𝑥 ≤ 1000} |
Maximum number of discussions comments opened to parse |
plugin_reactions_days |
number [0] {0 ≤ 𝑥} |
Maximum comments age |
plugin_reactions_display |
string [absolute] {"absolute", "relative"} |
Display mode |
plugin_reactions_details |
array (comma-separated) [] {"count", "percentage"} |
Additional details |
plugin_reactions_ignored |
array (comma-separated) [github-actions[bot], dependabot[bot], dependabot-preview[bot]] |
Users to ignore |
Legend for option icons:
- 🔐 Value should be stored in repository secrets
- ✨ New feature currently in testing on
master
/main
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