chore: sort repo name map keys alphabetically
Node.js CI / CI (pull_request) Failing after 27s
Security Scan and Upload / Security & DefectDojo Upload (pull_request) Successful in 1m8s

This commit is contained in:
2026-06-24 22:32:48 -07:00
committed by Naomi Carrigan
parent a332aa54f0
commit 03a67390ea
+1 -1
View File
@@ -141,9 +141,9 @@ const repoNameMap = {
"life-of-a-naomi": "Life of a Naomi", "life-of-a-naomi": "Life of a Naomi",
"naomis-adventure-1": "Naomi's Adventure I: An Isekai Story", "naomis-adventure-1": "Naomi's Adventure I: An Isekai Story",
"ruu-goblin-quest": "Ruu's Goblin Quest", "ruu-goblin-quest": "Ruu's Goblin Quest",
"qr-generator": "QR Generator",
"typescript-config": "TypeScript Config", "typescript-config": "TypeScript Config",
"vscode-themes": "Naomi's VSCode Themes", "vscode-themes": "Naomi's VSCode Themes",
"qr-generator": "QR Generator",
}; };
const excludedRepos = new Set<string>([ const excludedRepos = new Set<string>([