feat(plugins/activity): add plugin_activity_ignored option (#705) [skip ci]
This commit is contained in:
@@ -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]
|
||||
Reference in New Issue
Block a user