Add commits_authoring option
This commit is contained in:
@@ -54,4 +54,13 @@ inputs:
|
|||||||
type: array
|
type: array
|
||||||
format: comma-separated
|
format: comma-separated
|
||||||
default: ""
|
default: ""
|
||||||
example: my-repo-1, my-repo-2, owner/repo-3 ...
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user