Skip to main content

Documentation Index

Fetch the complete documentation index at: https://trigger-v3-fix-additional-files.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Parameters

client
TriggerClient
required
The TriggerClient instance to use for registering the trigger.
options
DynamicTriggerOptions
required
The options for the dynamic trigger.

Returns

DynamicTrigger instance
DynamicTrigger
const dynamicOnIssueOpenedTrigger = new DynamicTrigger(client, {
  id: "github-issue-opened",
  event: events.onIssueOpened,
  source: github.sources.repo,
});