Output
The output result of running the SCM-Contributors-Count tool
Last updated
Was this helpful?
Was this helpful?
### Details:
## Repository List
# Private Repositories:
someOrganization/someRepository(Private)
# Public Repositories:
anotherOrganization/anotherRepository(Public)## Contributors details
[
[
"someUser",
{
"email": "someUser@company.io",
"contributionsCount": 15,
"reposContributedTo": [
"someOrganization/someRepository(Private)"
"anotherOrganization/anotherRepository(Public)"
]
}
],
[
"anotheruser",
{
"email": "anotherUser@company.io",
"contributionsCount": 11,
"reposContributedTo": [
"someOrganization/someRepository(Private)"
]
}
],
[
"anotheruser(duplicate)",
{
"email": "anotherUser@otherCompany.com",
"contributionsCount": 11,
"reposContributedTo": [
"someOrganization/someRepository(Private)"
]
}
]
]