Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/actionify/src/types.ts>WorkflowEventOptions

Create and manage your GitHub workflows with TypeScript and Deno.
Latest
interface WorkflowEventOptions
import { type WorkflowEventOptions } from "https://deno.land/x/actionify@0.3.0/src/types.ts";

Properties

branch_protection_rule: WithEventTypes<"branch_protection_rule">
check_run: WithEventTypes<"check_run">
check_suite: WithEventTypes<"check_suite">
create: WithEventTypes<"create">
delete: WithEventTypes<"delete">
deployment: WithEventTypes<"deployment">
deployment_status: WithEventTypes<"deployment_status">
discussion: WithEventTypes<"discussion">
discussion_comment: WithEventTypes<"discussion_comment">
fork: WithEventTypes<"fork">
gollum: WithEventTypes<"gollum">
issue_comment: WithEventTypes<"issue_comment">
issues: WithEventTypes<"issues">
label: WithEventTypes<"label">
milestone: WithEventTypes<"milestone">
page_build: WithEventTypes<"page_build">
project: WithEventTypes<"project">
project_card: WithEventTypes<"project_card">
project_column: WithEventTypes<"project_column">
public: WithEventTypes<"public">
pull_request: PullRequestOptions
deprecated
pull_request_comment: WithEventTypes<"issue_comment">
pull_request_review: WithEventTypes<"pull_request_review">
pull_request_review_comment: WithEventTypes<"pull_request_review_comment">
pull_request_target: PullRequestOptions
registry_package: WithEventTypes<"package">
release: WithEventTypes<"release">
repository_dispatch: WithEventTypes<"repository_dispatch">
schedule: Listed<{ cron: string; }>
status: WithEventTypes<"status">
watch: WithEventTypes<"watch">
workflow_call: WorkflowCallOptions
workflow_dispatch: WorkflowDispatchOptions
workflow_run: WorkflowRunOptions