contribs_shared.ps1 801 B

1234567891011121314151617181920
  1. $replacements = @{
  2. "moonheart08" = "moony"
  3. "Elijahrane" = "Rane"
  4. "ZeroDayDaemon" = "Daemon"
  5. "ElectroJr" = "ElectroSR"
  6. "Partmedia" = "notafet"
  7. "Just-a-Unity-Dev" = "eclips_e"
  8. }
  9. $ignore = @{
  10. "PJBot" = $true
  11. "github-actions[bot]" = $true
  12. "ZDDM" = $true
  13. "TYoung86" = $true
  14. "paul" = $true # erroneously included -- presumably from PaulRitter, somehow, who is already credited
  15. "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.
  16. "UristMcContributor" = $true # this was an account used to demonstrate how to create a valid PR, and is in actuality Willhelm53, who is already credited.
  17. }
  18. $add = @("RamZ")