From 6aeed6be8a04556b0b80e90feb613c97df4a42f7 Mon Sep 17 00:00:00 2001 From: trueberryless Date: Thu, 9 Jan 2025 10:56:38 +0100 Subject: [PATCH] add videos --- .changeset/rich-cows-hunt.md | 5 ++ repos.json | 157 +++++++++++++++++++++++++++++++++++ 2 files changed, 162 insertions(+) create mode 100644 .changeset/rich-cows-hunt.md diff --git a/.changeset/rich-cows-hunt.md b/.changeset/rich-cows-hunt.md new file mode 100644 index 0000000..789876d --- /dev/null +++ b/.changeset/rich-cows-hunt.md @@ -0,0 +1,5 @@ +--- +"template-files": patch +--- + +Add videos repository to `repos.json`. diff --git a/repos.json b/repos.json index c07923b..0da3213 100644 --- a/repos.json +++ b/repos.json @@ -1770,6 +1770,163 @@ } ] }, + { + "name": "trueberryless-org/videos", + "files": [ + { + "path": "template-files/.changeset/config.json", + "targetPath": ".changeset/config.json", + "props": { + "repositoryName": "videos" + } + }, + { + "path": "template-files/.changeset/README.md", + "targetPath": ".changeset/README.md", + "props": { + "repositoryName": "videos" + } + }, + { + "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": "videos", + "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/Node.gitignore", + "targetPath": ".gitignore" + }, + { + "path": "template-files/.prettierignore", + "targetPath": ".prettierignore" + }, + { + "path": "template-files/.prettierrc/.prettierrc", + "targetPath": ".prettierrc" + }, + { + "path": "template-files/Dockerfile/httpd.Dockerfile", + "targetPath": "Dockerfile", + "props": { + "documentationFolder": "starlight" + } + }, + { + "path": "template-files/LICENSE", + "targetPath": "LICENSE", + "props": { + "year": "2024" + } + }, + { + "path": "template-files/manifest/certificate.yaml", + "targetPath": "manifest/certificate.yaml", + "props": { + "repositoryName": "videos", + "subdomainName": "videos" + } + }, + { + "path": "template-files/manifest/deployment.yaml", + "targetPath": "manifest/deployment.yaml", + "special": "manifest/deployment.yaml", + "props": { + "repositoryName": "videos" + } + }, + { + "path": "template-files/manifest/ingress.yaml", + "targetPath": "manifest/ingress.yaml", + "props": { + "repositoryName": "videos", + "subdomainName": "videos" + } + }, + { + "path": "template-files/manifest/namespace.yaml", + "targetPath": "manifest/namespace.yaml", + "props": { + "repositoryName": "videos" + } + }, + { + "path": "template-files/manifest/service.yaml", + "targetPath": "manifest/service.yaml", + "props": { + "repositoryName": "videos" + } + }, + { + "path": "template-files/package.json/changeset.package.json", + "targetPath": "package.json", + "special": "package.json" + }, + { + "path": "template-files/package.json/definition.package.json", + "targetPath": "package.json", + "special": "package.json", + "props": { + "packageName": "videos-monorepo", + "repositoryName": "videos" + } + }, + { + "path": "template-files/package.json/package.manager.package.json", + "targetPath": "package.json", + "special": "package.json" + }, + { + "path": "template-files/pnpm-workspace.yaml", + "targetPath": "pnpm-workspace.yaml", + "props": { + "documentationFolder": "starlight" + } + }, + { + "path": "template-files/README.md", + "targetPath": "README.md", + "special": "README.md" + } + ] + }, { "name": "trueberryless-org/batch-management-system", "files": [