forked from SpaceStation14-Shenanigans/Monolith
90ec949f61
* Fixup all tests except integration and add the ship one * GitHub credits * update-credits repo comment * Remove my dupe, restore GITHUB_TOKEN * ATC email consistency --------- Co-authored-by: Whatstone <whatston3@gmail.com>
23 lines
880 B
PowerShell
23 lines
880 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.
|
|
"FrontierATC" = $true # Frontier
|
|
"whatstone" = $true # Frontier: duped
|
|
}
|
|
|
|
$add = @("RamZ")
|