Add support to display both count and percentage on reaction plugins

This commit is contained in:
lowlighter
2021-03-11 12:49:32 +01:00
parent a2215a0c52
commit d3103287f0
5 changed files with 34 additions and 19 deletions

View File

@@ -18,7 +18,7 @@ The *reactions* plugin displays overall reactions on your recent issues and issu
with:
# ... other options
plugin_reactions: yes
plugin_reactions_limit: 200 # Compute reactions over last 200 issue comments
plugin_reactions_days: 14 # Compute reactions on issue comments posted less than 14 days ago
plugin_reactions_details: percentage # Display reactions percentage
plugin_reactions_limit: 200 # Compute reactions over last 200 issue comments
plugin_reactions_days: 14 # Compute reactions on issue comments posted less than 14 days ago
plugin_reactions_details: count, percentage # Display reactions count and percentage
```