Merge pull request #1613 from TheoD02/feat/github-triggerType

feat(github): add triggerType field to GitHub provider and handle tag creation events
This commit is contained in:
Mauricio Siu
2025-04-27 18:43:28 -06:00
committed by GitHub
12 changed files with 5753 additions and 117 deletions

View File

@@ -355,6 +355,7 @@ export const applicationRouter = createTRPCRouter({
applicationStatus: "idle",
githubId: input.githubId,
watchPaths: input.watchPaths,
triggerType: input.triggerType,
enableSubmodules: input.enableSubmodules,
});