forked from new-frontiers-14/frontier-station-14
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontribs_shared.ps1
22 lines (20 loc) · 880 Bytes
/
contribs_shared.ps1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
$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")