Skip to content

Commit

Permalink
fix: disable issue creation job
Browse files Browse the repository at this point in the history
  • Loading branch information
georgeciubotaru committed Aug 1, 2024
1 parent 2c3b963 commit b4f23d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/server/trigger-dev/jobs/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ config.integrationsList.forEach((org) => {
event: events.onIssue,
org: org.name
}),
enabled: false,
integrations: { github },
run: async (payload, io, ctx) =>
createIssueCreationJob<IOWithIntegrations<{ github: Autoinvoicing }>>(payload, io, ctx, org)
Expand Down

0 comments on commit b4f23d0

Please sign in to comment.