/** Subscribes to broad GitHub check-run activity. */ export declare const onGitHubCheckRunEvent: import("../../../automation/create-trigger").TriggerFactory<{ readonly account: { readonly connectionOptions: readonly [{ readonly requiredScopes: readonly ["checks:read"]; }]; readonly serviceId: "github"; }; readonly type: "github.check-run.event"; }>; /** Subscribes when GitHub creates a check run. */ export declare const onGitHubCheckRunCreated: import("../../../automation/create-trigger").TriggerFactory<{ readonly account: { readonly connectionOptions: readonly [{ readonly requiredScopes: readonly ["checks:read"]; }]; readonly serviceId: "github"; }; readonly type: "github.check-run.created"; }>; /** Subscribes when someone requests another run of a GitHub check. */ export declare const onGitHubCheckRunRerequested: import("../../../automation/create-trigger").TriggerFactory<{ readonly account: { readonly connectionOptions: readonly [{ readonly requiredScopes: readonly ["checks:write"]; }]; readonly serviceId: "github"; }; readonly type: "github.check-run.rerequested"; }>; /** Subscribes when someone chooses an action exposed by a GitHub check run. */ export declare const onGitHubCheckRunRequestedAction: import("../../../automation/create-trigger").TriggerFactory<{ readonly account: { readonly connectionOptions: readonly [{ readonly requiredScopes: readonly ["checks:write"]; }]; readonly serviceId: "github"; }; readonly type: "github.check-run.requested-action"; }>; /** Subscribes when a GitHub check run completes. */ export declare const onGitHubCheckRunCompleted: import("../../../automation/create-trigger").TriggerFactory<{ readonly account: { readonly connectionOptions: readonly [{ readonly requiredScopes: readonly ["checks:read"]; }]; readonly serviceId: "github"; }; readonly type: "github.check-run.completed"; }>; /** Subscribes when a GitHub check run succeeds. */ export declare const onGitHubCheckRunSucceeded: import("../../../automation/create-trigger").TriggerFactory<{ readonly account: { readonly connectionOptions: readonly [{ readonly requiredScopes: readonly ["checks:read"]; }]; readonly serviceId: "github"; }; readonly type: "github.check-run.succeeded"; }>; /** Subscribes when a GitHub check run fails during startup. */ export declare const onGitHubCheckRunStartupFailed: import("../../../automation/create-trigger").TriggerFactory<{ readonly account: { readonly connectionOptions: readonly [{ readonly requiredScopes: readonly ["checks:read"]; }]; readonly serviceId: "github"; }; readonly type: "github.check-run.startup-failed"; }>; /** Subscribes when a GitHub check run fails. */ export declare const onGitHubCheckRunFailed: import("../../../automation/create-trigger").TriggerFactory<{ readonly account: { readonly connectionOptions: readonly [{ readonly requiredScopes: readonly ["checks:read"]; }]; readonly serviceId: "github"; }; readonly type: "github.check-run.failed"; }>; /** Subscribes when a GitHub check run completes neutrally. */ export declare const onGitHubCheckRunNeutral: import("../../../automation/create-trigger").TriggerFactory<{ readonly account: { readonly connectionOptions: readonly [{ readonly requiredScopes: readonly ["checks:read"]; }]; readonly serviceId: "github"; }; readonly type: "github.check-run.neutral"; }>; /** Subscribes when a GitHub check run enters a pending state. */ export declare const onGitHubCheckRunPending: import("../../../automation/create-trigger").TriggerFactory<{ readonly account: { readonly connectionOptions: readonly [{ readonly requiredScopes: readonly ["checks:read"]; }]; readonly serviceId: "github"; }; readonly type: "github.check-run.pending"; }>; /** Subscribes when a GitHub check run is cancelled. */ export declare const onGitHubCheckRunCancelled: import("../../../automation/create-trigger").TriggerFactory<{ readonly account: { readonly connectionOptions: readonly [{ readonly requiredScopes: readonly ["checks:read"]; }]; readonly serviceId: "github"; }; readonly type: "github.check-run.cancelled"; }>; /** Subscribes when a GitHub check run times out. */ export declare const onGitHubCheckRunTimedOut: import("../../../automation/create-trigger").TriggerFactory<{ readonly account: { readonly connectionOptions: readonly [{ readonly requiredScopes: readonly ["checks:read"]; }]; readonly serviceId: "github"; }; readonly type: "github.check-run.timed-out"; }>; /** Subscribes when a GitHub check run requires action. */ export declare const onGitHubCheckRunActionRequired: import("../../../automation/create-trigger").TriggerFactory<{ readonly account: { readonly connectionOptions: readonly [{ readonly requiredScopes: readonly ["checks:read"]; }]; readonly serviceId: "github"; }; readonly type: "github.check-run.action-required"; }>; /** Subscribes when a GitHub check run is skipped. */ export declare const onGitHubCheckRunSkipped: import("../../../automation/create-trigger").TriggerFactory<{ readonly account: { readonly connectionOptions: readonly [{ readonly requiredScopes: readonly ["checks:read"]; }]; readonly serviceId: "github"; }; readonly type: "github.check-run.skipped"; }>; /** Subscribes when a GitHub check run becomes stale. */ export declare const onGitHubCheckRunStale: import("../../../automation/create-trigger").TriggerFactory<{ readonly account: { readonly connectionOptions: readonly [{ readonly requiredScopes: readonly ["checks:read"]; }]; readonly serviceId: "github"; }; readonly type: "github.check-run.stale"; }>; /** Subscribes when a GitHub check run enters a waiting state. */ export declare const onGitHubCheckRunWaiting: import("../../../automation/create-trigger").TriggerFactory<{ readonly account: { readonly connectionOptions: readonly [{ readonly requiredScopes: readonly ["checks:read"]; }]; readonly serviceId: "github"; }; readonly type: "github.check-run.waiting"; }>; /** Subscribes to broad GitHub check-suite activity. */ export declare const onGitHubCheckSuiteEvent: import("../../../automation/create-trigger").TriggerFactory<{ readonly account: { readonly connectionOptions: readonly [{ readonly requiredScopes: readonly ["checks:read"]; }]; readonly serviceId: "github"; }; readonly type: "github.check-suite.event"; }>; /** Subscribes when a GitHub check suite completes. */ export declare const onGitHubCheckSuiteCompleted: import("../../../automation/create-trigger").TriggerFactory<{ readonly account: { readonly connectionOptions: readonly [{ readonly requiredScopes: readonly ["checks:read"]; }]; readonly serviceId: "github"; }; readonly type: "github.check-suite.completed"; }>; /** Subscribes when GitHub requests a new check suite. */ export declare const onGitHubCheckSuiteRequested: import("../../../automation/create-trigger").TriggerFactory<{ readonly account: { readonly connectionOptions: readonly [{ readonly requiredScopes: readonly ["checks:write"]; }]; readonly serviceId: "github"; }; readonly type: "github.check-suite.requested"; }>; /** Subscribes when someone requests another run of a GitHub check suite. */ export declare const onGitHubCheckSuiteRerequested: import("../../../automation/create-trigger").TriggerFactory<{ readonly account: { readonly connectionOptions: readonly [{ readonly requiredScopes: readonly ["checks:write"]; }]; readonly serviceId: "github"; }; readonly type: "github.check-suite.rerequested"; }>; /** Subscribes when a GitHub check suite succeeds. */ export declare const onGitHubCheckSuiteSucceeded: import("../../../automation/create-trigger").TriggerFactory<{ readonly account: { readonly connectionOptions: readonly [{ readonly requiredScopes: readonly ["checks:read"]; }]; readonly serviceId: "github"; }; readonly type: "github.check-suite.succeeded"; }>; /** Subscribes when a GitHub check suite fails during startup. */ export declare const onGitHubCheckSuiteStartupFailed: import("../../../automation/create-trigger").TriggerFactory<{ readonly account: { readonly connectionOptions: readonly [{ readonly requiredScopes: readonly ["checks:read"]; }]; readonly serviceId: "github"; }; readonly type: "github.check-suite.startup-failed"; }>; /** Subscribes when a GitHub check suite fails. */ export declare const onGitHubCheckSuiteFailed: import("../../../automation/create-trigger").TriggerFactory<{ readonly account: { readonly connectionOptions: readonly [{ readonly requiredScopes: readonly ["checks:read"]; }]; readonly serviceId: "github"; }; readonly type: "github.check-suite.failed"; }>; /** Subscribes when a GitHub check suite completes neutrally. */ export declare const onGitHubCheckSuiteNeutral: import("../../../automation/create-trigger").TriggerFactory<{ readonly account: { readonly connectionOptions: readonly [{ readonly requiredScopes: readonly ["checks:read"]; }]; readonly serviceId: "github"; }; readonly type: "github.check-suite.neutral"; }>; /** Subscribes when a GitHub check suite is cancelled. */ export declare const onGitHubCheckSuiteCancelled: import("../../../automation/create-trigger").TriggerFactory<{ readonly account: { readonly connectionOptions: readonly [{ readonly requiredScopes: readonly ["checks:read"]; }]; readonly serviceId: "github"; }; readonly type: "github.check-suite.cancelled"; }>; /** Subscribes when a GitHub check suite times out. */ export declare const onGitHubCheckSuiteTimedOut: import("../../../automation/create-trigger").TriggerFactory<{ readonly account: { readonly connectionOptions: readonly [{ readonly requiredScopes: readonly ["checks:read"]; }]; readonly serviceId: "github"; }; readonly type: "github.check-suite.timed-out"; }>; /** Subscribes when a GitHub check suite requires action. */ export declare const onGitHubCheckSuiteActionRequired: import("../../../automation/create-trigger").TriggerFactory<{ readonly account: { readonly connectionOptions: readonly [{ readonly requiredScopes: readonly ["checks:read"]; }]; readonly serviceId: "github"; }; readonly type: "github.check-suite.action-required"; }>; /** Subscribes when a GitHub check suite is skipped. */ export declare const onGitHubCheckSuiteSkipped: import("../../../automation/create-trigger").TriggerFactory<{ readonly account: { readonly connectionOptions: readonly [{ readonly requiredScopes: readonly ["checks:read"]; }]; readonly serviceId: "github"; }; readonly type: "github.check-suite.skipped"; }>; /** Subscribes when a GitHub check suite becomes stale. */ export declare const onGitHubCheckSuiteStale: import("../../../automation/create-trigger").TriggerFactory<{ readonly account: { readonly connectionOptions: readonly [{ readonly requiredScopes: readonly ["checks:read"]; }]; readonly serviceId: "github"; }; readonly type: "github.check-suite.stale"; }>; //# sourceMappingURL=checks.d.ts.map