feat(plugins/traffic): add plugin_traffic_skipped (#678)

This commit is contained in:
Simon Lecoq
2021-11-26 03:08:09 +01:00
committed by GitHub
parent baebcb239a
commit 681ac3bf4d
2 changed files with 11 additions and 2 deletions

View File

@@ -12,3 +12,11 @@ inputs:
description: Display repositories traffic metrics
type: boolean
default: no
# List of repositories that will be skipped
plugin_traffic_skipped:
description: Repositories to skip
type: array
format: comma-separated
default: ""
example: my-repo-1, my-repo-2, owner/repo-3 ...