feat(plugins/activity): add plugin_activity_ignored option (#705) [skip ci]

This commit is contained in:
Simon Lecoq
2021-12-07 03:59:03 +01:00
committed by GitHub
parent 0ca43e2584
commit 650d2223ef
2 changed files with 21 additions and 2 deletions

View File

@@ -85,4 +85,9 @@ inputs:
type: array
format: comma-separated
default: ""
example: my-repo-1, my-repo-2, owner/repo-3, ...
example: my-repo-1, my-repo-2, owner/repo-3, ...
# Ignored actors (useful to ignore bots users)
plugin_activity_ignored:
description: Actors to ignore
default: github-actions[bot], dependabot[bot], dependabot-preview[bot]