Add star repo onboarding flow

This commit is contained in:
Nathan Flurry 2026-03-10 23:46:01 -07:00
parent d2346bafb3
commit 1a6ae37e10
9 changed files with 330 additions and 89 deletions

View file

@ -58,6 +58,7 @@ export function createTestGithubDriver(overrides?: Partial<GithubDriver>): Githu
number: 1,
url: `https://github.com/test/repo/pull/1`,
}),
starRepository: async () => {},
...overrides,
};
}