Add option to ignores users in reactions plugin (#256)

This commit is contained in:
Simon Lecoq
2021-04-24 21:46:27 +02:00
committed by GitHub
parent e25c486a52
commit 836afd3bfd
5 changed files with 20 additions and 4 deletions

View File

@@ -21,4 +21,5 @@ The *reactions* plugin displays overall reactions on your recent issues and issu
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
plugin_reactions_ignored: bot # Ignore "bot" user
```