From c2f2bf649ee970603d5d95875774168fc47c2b0d Mon Sep 17 00:00:00 2001 From: lowlighter <22963968+lowlighter@users.noreply.github.com> Date: Fri, 28 May 2021 19:03:27 +0200 Subject: [PATCH] Add `commits_authoring` option --- source/plugins/base/metadata.yml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/source/plugins/base/metadata.yml b/source/plugins/base/metadata.yml index f7a1728b..c1d56109 100644 --- a/source/plugins/base/metadata.yml +++ b/source/plugins/base/metadata.yml @@ -54,4 +54,13 @@ inputs: type: array format: comma-separated default: "" - example: my-repo-1, my-repo-2, owner/repo-3 ... \ No newline at end of file + example: my-repo-1, my-repo-2, owner/repo-3 ... + + # List of surnames or email addresses you use when authoring commits + # These are mostly used to perform commits analysis to detect ownership + commits_authoring: + description: List of surnames or email addresses you use when authoring commits + type: array + format: comma-seperated + default: .user.login + example: lowlighter, lowlighter@users.noreply.github.com