feat(app/metrics): support ignoring users by email for commits related elements (#890)

This commit is contained in:
Simon Lecoq
2022-02-16 02:54:34 +01:00
committed by GitHub
parent 13fc826b27
commit ae92a64c9e
3 changed files with 11 additions and 4 deletions

View File

@@ -88,10 +88,13 @@ inputs:
global: yes
users_ignored:
description: Default ignored users
description: |
Default ignored users
Note that email are supported only commits-related elements.
type: array
format: comma-separated
default: github-actions[bot], dependabot[bot], dependabot-preview[bot], actions-user
default: github-actions[bot], dependabot[bot], dependabot-preview[bot], actions-user, action@github.com
global: yes
commits_authoring: