Add star repo onboarding flow (#232)

This commit is contained in:
Nathan Flurry 2026-03-10 23:47:33 -07:00 committed by GitHub
parent d2346bafb3
commit 34a0587cbc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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,
};
}