Skip to content

Commit

Permalink
chore: disable issue_comment and check_run (#366)
Browse files Browse the repository at this point in the history
* chore: disable onIssue and onIssueLabel job

* chore: disable issue comment and check run
  • Loading branch information
teodorus-nathaniel authored Jan 21, 2025
1 parent ab5bbb7 commit 2a458c9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib/server/trigger-dev/jobs/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ config.integrationsList.forEach((org) => {
event: events.onIssueComment,
org: org.name
}),
enabled: false,
integrations: { github },
run: async (payload, io, ctx) =>
createIssueCommentJob<IOWithIntegrations<{ github: Autoinvoicing }>>(payload, io, ctx, org)
Expand Down Expand Up @@ -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) =>
Expand Down

0 comments on commit 2a458c9

Please sign in to comment.