refactor: add gitlab and bitbucket webhook support

This commit is contained in:
Mauricio Siu
2024-09-01 17:50:00 -06:00
parent d57bbff87c
commit 58aaf6e002
3 changed files with 13 additions and 2 deletions

View File

@@ -226,6 +226,7 @@ export const applicationRouter = createTRPCRouter({
applicationStatus: "idle",
gitlabId: input.gitlabId,
gitlabProjectId: input.gitlabProjectId,
gitlabPathNamespace: input.gitlabPathNamespace,
});
return true;