feat: add appName field to GitHub provider settings and update related API and database schema

This commit is contained in:
Mauricio Siu
2025-09-21 02:39:20 -06:00
parent 8fa5fe7f2c
commit 7d682870ff
3 changed files with 28 additions and 0 deletions

View File

@@ -58,4 +58,5 @@ export const apiUpdateGithub = createSchema.extend({
githubId: z.string().min(1),
name: z.string().min(1),
gitProviderId: z.string().min(1),
githubAppName: z.string().min(1),
});