From 2a458c937f17c89e788b108d67ed1e01dc2541ae Mon Sep 17 00:00:00 2001 From: Teodorus Nathaniel <53143942+teodorus-nathaniel@users.noreply.github.com> Date: Tue, 21 Jan 2025 23:11:47 +0700 Subject: [PATCH] chore: disable issue_comment and check_run (#366) * chore: disable onIssue and onIssueLabel job * chore: disable issue comment and check run --- src/lib/server/trigger-dev/jobs/index.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/lib/server/trigger-dev/jobs/index.ts b/src/lib/server/trigger-dev/jobs/index.ts index 4fe4499..3f06256 100644 --- a/src/lib/server/trigger-dev/jobs/index.ts +++ b/src/lib/server/trigger-dev/jobs/index.ts @@ -39,6 +39,7 @@ config.integrationsList.forEach((org) => { event: events.onIssueComment, org: org.name }), + enabled: false, integrations: { github }, run: async (payload, io, ctx) => createIssueCommentJob>(payload, io, ctx, org) @@ -118,6 +119,7 @@ config.integrationsList.forEach((org) => { event: events.onCheckRun, org: org.name }), + enabled: false, concurrencyLimit: 1, integrations: { github }, run: async (payload, io, ctx) =>