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

@@ -51,4 +51,11 @@ inputs:
example: count, percentage
values:
- count
- percentage
- percentage
# Ignored users (useful to ignore bots users)
plugin_reactions_ignored:
description: Users to ignore
type: array
format: comma-separated
default: github-actions[bot], dependabot[bot]