diff --git a/.changeset/beige-grapes-wonder.md b/.changeset/beige-grapes-wonder.md new file mode 100644 index 0000000..dfbcaf7 --- /dev/null +++ b/.changeset/beige-grapes-wonder.md @@ -0,0 +1,5 @@ +--- +'dev-toolkit-infra': patch +--- + +Make repository public diff --git a/infra/index.ts b/infra/index.ts index ad22b56..e10b481 100644 --- a/infra/index.ts +++ b/infra/index.ts @@ -8,7 +8,7 @@ export const repo = new github.Repository('dev-toolkit', { name: repoName, description: 'Platform Engineering toolkit: reusable GitHub Actions, AI Skills, and shared TypeScript configs.', - visibility: 'private', + visibility: 'public', hasIssues: false, hasDiscussions: false, hasProjects: false, @@ -32,6 +32,10 @@ export const repo = new github.Repository('dev-toolkit', { 'typescript', 'pulumi', 'changesets', + 'agent-skills', + 'claude-code', + 'copilot-cli', + 'marketplace', ], archiveOnDestroy: true, });