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

x/actionify/src/types.ts>WorkflowEvents

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

Properties

branch_protection_rule: WebhookEventMap["branch_protection_rule"]
check_run: WebhookEventMap["check_run"]
check_suite: WebhookEventMap["check_suite"]
create: WebhookEventMap["create"]
delete: WebhookEventMap["delete"]
deployment: WebhookEventMap["deployment"]
deployment_status: WebhookEventMap["deployment_status"]
discussion: WebhookEventMap["discussion"]
discussion_comment: WebhookEventMap["discussion_comment"]
fork: WebhookEventMap["fork"]
gollum: WebhookEventMap["gollum"]
issue_comment: WebhookEventMap["issue_comment"]
issues: WebhookEventMap["issues"]
label: WebhookEventMap["label"]
milestone: WebhookEventMap["milestone"]
page_build: WebhookEventMap["page_build"]
project: WebhookEventMap["project"]
project_card: WebhookEventMap["project_card"]
project_column: WebhookEventMap["project_column"]
public: WebhookEventMap["public"]
pull_request: WebhookEventMap["pull_request"]
deprecated
pull_request_comment: WebhookEventMap["issue_comment"]
pull_request_review: WebhookEventMap["pull_request_review"]
pull_request_review_comment: WebhookEventMap["pull_request_review_comment"]
pull_request_target: WebhookEventMap["pull_request"]
push: WebhookEventMap["push"]
registry_package: WebhookEventMap["package"]
release: WebhookEventMap["release"]
repository_dispatch: WebhookEventMap["repository_dispatch"]
schedule: object
status: WebhookEventMap["status"]
watch: WebhookEventMap["watch"]
workflow_call: WebhookEventMap["workflow_dispatch"]
workflow_dispatch: WebhookEventMap["workflow_dispatch"]
workflow_run: WebhookEventMap["workflow_run"]