diff --git a/.changeset/smooth-avocados-yell.md b/.changeset/smooth-avocados-yell.md new file mode 100644 index 0000000..bb7033e --- /dev/null +++ b/.changeset/smooth-avocados-yell.md @@ -0,0 +1,5 @@ +--- +"template-files": patch +--- + +Add subtle-top-level-items-repo to repos.json diff --git a/repos.json b/repos.json index 856cc97..9b023ac 100644 --- a/repos.json +++ b/repos.json @@ -2704,6 +2704,168 @@ "special": "package.json" } ] + }, + { + "name": "trueberryless-org/starlight-subtle-top-level-items", + "files": [ + { + "path": "template-files/.changeset/config.json", + "targetPath": ".changeset/config.json", + "props": { + "repositoryName": "starlight-subtle-top-level-items" + } + }, + { + "path": "template-files/.changeset/README.md", + "targetPath": ".changeset/README.md", + "props": { + "repositoryName": "starlight-subtle-top-level-items" + } + }, + { + "path": "template-files/.dockerignore", + "targetPath": ".dockerignore" + }, + { + "path": "template-files/.github/labeler.yaml", + "targetPath": ".github/labeler.yaml" + }, + { + "path": "template-files/.github/workflows/deployment.yaml", + "targetPath": ".github/workflows/deployment.yaml", + "props": { + "branchName": "main", + "repositoryName": "starlight-subtle-top-level-items", + "documentationFolder": "starlight", + "makeLatest": "true" + } + }, + { + "path": "template-files/.github/workflows/format.yaml", + "targetPath": ".github/workflows/format.yaml", + "props": { + "branchName": "main" + } + }, + { + "path": "template-files/.github/workflows/labeler.yaml", + "targetPath": ".github/workflows/labeler.yaml" + }, + { + "path": "template-files/.github/workflows/release.yaml", + "targetPath": ".github/workflows/release.yaml", + "props": { + "branchName": "main" + } + }, + { + "path": "template-files/.github/workflows/welcome-bot.yaml", + "targetPath": ".github/workflows/welcome-bot.yaml", + "props": { + "branchName": "main" + } + }, + { + "path": "template-files/.gitignore/httpd.gitignore", + "targetPath": ".gitignore" + }, + { + "path": "template-files/.prettierignore", + "targetPath": ".prettierignore" + }, + { + "path": "template-files/.prettierrc/.prettierrc", + "targetPath": ".prettierrc" + }, + { + "path": "template-files/Dockerfile/Node.Dockerfile", + "targetPath": "Dockerfile", + "props": { + "documentationFolder": "starlight" + } + }, + { + "path": "template-files/LICENSE", + "targetPath": "LICENSE", + "props": { + "year": "2025" + } + }, + { + "path": "template-files/manifest/certificate.yaml", + "targetPath": "manifest/certificate.yaml", + "props": { + "repositoryName": "starlight-subtle-top-level-items", + "subdomainName": "starlight-subtle-top-level-items" + } + }, + { + "path": "template-files/manifest/deployment.yaml", + "targetPath": "manifest/deployment.yaml", + "special": "manifest/deployment.yaml", + "props": { + "repositoryName": "starlight-subtle-top-level-items" + } + }, + { + "path": "template-files/manifest/ingress.yaml", + "targetPath": "manifest/ingress.yaml", + "props": { + "repositoryName": "starlight-subtle-top-level-items", + "subdomainName": "starlight-subtle-top-level-items" + } + }, + { + "path": "template-files/manifest/namespace.yaml", + "targetPath": "manifest/namespace.yaml", + "props": { + "repositoryName": "starlight-subtle-top-level-items" + } + }, + { + "path": "template-files/manifest/service.yaml", + "targetPath": "manifest/service.yaml", + "props": { + "repositoryName": "starlight-subtle-top-level-items" + } + }, + { + "path": "template-files/package.json/changeset.package.json", + "targetPath": "package.json", + "special": "package.json" + }, + { + "path": "template-files/package.json/package.manager.package.json", + "targetPath": "package.json", + "special": "package.json" + }, + { + "path": "template-files/package.json/definition.package.json", + "targetPath": "package.json", + "special": "package.json", + "props": { + "packageName": "starlight-subtle-top-level-items-monorepo", + "repositoryName": "starlight-subtle-top-level-items" + } + }, + { + "path": "template-files/pnpm-workspace.yaml", + "targetPath": "pnpm-workspace.yaml", + "props": { + "documentationFolder": "starlight" + } + }, + { + "path": "template-files/README.md", + "targetPath": "README.md", + "special": "README.md" + }, + { + "path": "template-files/package.json/package.manager.package.json", + "targetPath": "starlight/package.json", + "special": "package.json" + } + ] } ] }