Files
tbd-station-14/Tools/contribs_shared.ps1
Kara 7a6efeaba4 Properly credit contributors who were truncated by GitHub API (#31739)
* Properly credit contributors who were truncated by GitHub's 500 email limit

* update list oops forgot my origin was so out of date

* another
2024-09-09 13:31:27 -06:00

21 lines
801 B
PowerShell

$replacements = @{
"moonheart08" = "moony"
"Elijahrane" = "Rane"
"ZeroDayDaemon" = "Daemon"
"ElectroJr" = "ElectroSR"
"Partmedia" = "notafet"
"Just-a-Unity-Dev" = "eclips_e"
}
$ignore = @{
"PJBot" = $true
"github-actions[bot]" = $true
"ZDDM" = $true
"TYoung86" = $true
"paul" = $true # erroneously included -- presumably from PaulRitter, somehow, who is already credited
"08a" = $true # erroneously included -- valid github account, but not an actual contributor, probably an alias of a contributor who does not own this github account and is already credited somewhere.
"UristMcContributor" = $true # this was an account used to demonstrate how to create a valid PR, and is in actuality Willhelm53, who is already credited.
}
$add = @("RamZ")