/** Subscribes to broad GitHub Actions workflow-job activity. */ export declare const onGitHubWorkflowJobEvent: import("../../../automation/create-trigger").TriggerFactory<{ readonly account: { readonly connectionOptions: readonly [{ readonly requiredScopes: readonly ["actions:read"]; }]; readonly serviceId: "github"; }; readonly type: "github.workflow-job.event"; }>; /** Subscribes when a GitHub Actions workflow job is queued. */ export declare const onGitHubWorkflowJobQueued: import("../../../automation/create-trigger").TriggerFactory<{ readonly account: { readonly connectionOptions: readonly [{ readonly requiredScopes: readonly ["actions:read"]; }]; readonly serviceId: "github"; }; readonly type: "github.workflow-job.queued"; }>; /** Subscribes when a GitHub Actions workflow job starts. */ export declare const onGitHubWorkflowJobStarted: import("../../../automation/create-trigger").TriggerFactory<{ readonly account: { readonly connectionOptions: readonly [{ readonly requiredScopes: readonly ["actions:read"]; }]; readonly serviceId: "github"; }; readonly type: "github.workflow-job.started"; }>; /** Subscribes when a GitHub Actions workflow job waits for protection. */ export declare const onGitHubWorkflowJobWaiting: import("../../../automation/create-trigger").TriggerFactory<{ readonly account: { readonly connectionOptions: readonly [{ readonly requiredScopes: readonly ["actions:read"]; }]; readonly serviceId: "github"; }; readonly type: "github.workflow-job.waiting"; }>; /** Subscribes when a GitHub Actions workflow job completes. */ export declare const onGitHubWorkflowJobCompleted: import("../../../automation/create-trigger").TriggerFactory<{ readonly account: { readonly connectionOptions: readonly [{ readonly requiredScopes: readonly ["actions:read"]; }]; readonly serviceId: "github"; }; readonly type: "github.workflow-job.completed"; }>; /** Subscribes when a GitHub Actions workflow job succeeds. */ export declare const onGitHubWorkflowJobSucceeded: import("../../../automation/create-trigger").TriggerFactory<{ readonly account: { readonly connectionOptions: readonly [{ readonly requiredScopes: readonly ["actions:read"]; }]; readonly serviceId: "github"; }; readonly type: "github.workflow-job.succeeded"; }>; /** Subscribes when a GitHub Actions workflow job fails. */ export declare const onGitHubWorkflowJobFailed: import("../../../automation/create-trigger").TriggerFactory<{ readonly account: { readonly connectionOptions: readonly [{ readonly requiredScopes: readonly ["actions:read"]; }]; readonly serviceId: "github"; }; readonly type: "github.workflow-job.failed"; }>; /** Subscribes when a GitHub Actions workflow job is cancelled. */ export declare const onGitHubWorkflowJobCancelled: import("../../../automation/create-trigger").TriggerFactory<{ readonly account: { readonly connectionOptions: readonly [{ readonly requiredScopes: readonly ["actions:read"]; }]; readonly serviceId: "github"; }; readonly type: "github.workflow-job.cancelled"; }>; /** Subscribes when a GitHub Actions workflow job times out. */ export declare const onGitHubWorkflowJobTimedOut: import("../../../automation/create-trigger").TriggerFactory<{ readonly account: { readonly connectionOptions: readonly [{ readonly requiredScopes: readonly ["actions:read"]; }]; readonly serviceId: "github"; }; readonly type: "github.workflow-job.timed-out"; }>; /** Subscribes when a GitHub Actions workflow job requires action. */ export declare const onGitHubWorkflowJobActionRequired: import("../../../automation/create-trigger").TriggerFactory<{ readonly account: { readonly connectionOptions: readonly [{ readonly requiredScopes: readonly ["actions:read"]; }]; readonly serviceId: "github"; }; readonly type: "github.workflow-job.action-required"; }>; /** Subscribes when a GitHub Actions workflow job completes neutrally. */ export declare const onGitHubWorkflowJobNeutral: import("../../../automation/create-trigger").TriggerFactory<{ readonly account: { readonly connectionOptions: readonly [{ readonly requiredScopes: readonly ["actions:read"]; }]; readonly serviceId: "github"; }; readonly type: "github.workflow-job.neutral"; }>; /** Subscribes when a GitHub Actions workflow job is skipped. */ export declare const onGitHubWorkflowJobSkipped: import("../../../automation/create-trigger").TriggerFactory<{ readonly account: { readonly connectionOptions: readonly [{ readonly requiredScopes: readonly ["actions:read"]; }]; readonly serviceId: "github"; }; readonly type: "github.workflow-job.skipped"; }>; //# sourceMappingURL=workflow-jobs.d.ts.map