We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ead8bd2 commit af1fd10Copy full SHA for af1fd10
source/plugins/reactions/README.md
@@ -19,8 +19,8 @@ The *reactions* plugin displays overall reactions on your recent issues and issu
19
# ... other options
20
plugin_reactions: yes
21
plugin_reactions_limit: 200 # Compute reactions over last 200 issue comments
22
- plugin_reactions_limit_issues: 100 # Compute reactions over laste 100 issues/pull requests opened
+ plugin_reactions_limit_issues: 100 # Compute reactions over last 100 issues/pull requests opened
23
plugin_reactions_days: 14 # Compute reactions on issue comments posted less than 14 days ago
24
plugin_reactions_details: count, percentage # Display reactions count and percentage
25
plugin_reactions_ignored: bot # Ignore "bot" user
26
-```
+```
0 commit comments