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

x/actionify/src/deps/octokit-types.ts>WebhookEvents

Create and manage your GitHub workflows with TypeScript and Deno.
Latest
type alias WebhookEvents
import { type WebhookEvents } from "https://deno.land/x/actionify@0.3.0/src/deps/octokit-types.ts";
definition: (
| "branch_protection_rule"
| "check_run"
| "check_suite"
| "code_scanning_alert"
| "commit_comment"
| "create"
| "delete"
| "deployment"
| "deployment_status"
| "deploy_key"
| "discussion"
| "discussion_comment"
| "fork"
| "gollum"
| "issues"
| "issue_comment"
| "label"
| "member"
| "membership"
| "meta"
| "milestone"
| "organization"
| "org_block"
| "package"
| "page_build"
| "project"
| "projects_v2_item"
| "project_card"
| "project_column"
| "public"
| "pull_request"
| "pull_request_review"
| "pull_request_review_comment"
| "pull_request_review_thread"
| "push"
| "registry_package"
| "release"
| "repository"
| "repository_import"
| "repository_vulnerability_alert"
| "secret_scanning_alert"
| "secret_scanning_alert_location"
| "security_and_analysis"
| "star"
| "status"
| "team"
| "team_add"
| "watch"
| "workflow_job"
| "workflow_run"
)[] | ["*"]