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>EventPayloadMap

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

Properties

branch_protection_rule: BranchProtectionRuleEvent
check_run: CheckRunEvent
check_suite: CheckSuiteEvent
code_scanning_alert: CodeScanningAlertEvent
commit_comment: CommitCommentEvent
create: CreateEvent
delete: DeleteEvent
deploy_key: DeployKeyEvent
deployment: DeploymentEvent
deployment_status: DeploymentStatusEvent
discussion: DiscussionEvent
discussion_comment: DiscussionCommentEvent
fork: ForkEvent
github_app_authorization: GithubAppAuthorizationEvent
gollum: GollumEvent
installation: InstallationEvent
installation_repositories: InstallationRepositoriesEvent
issue_comment: IssueCommentEvent
issues: IssuesEvent
label: LabelEvent
marketplace_purchase: MarketplacePurchaseEvent
member: MemberEvent
membership: MembershipEvent
merge_group: MergeGroupEvent
meta: MetaEvent
milestone: MilestoneEvent
org_block: OrgBlockEvent
organization: OrganizationEvent
package: PackageEvent
page_build: PageBuildEvent
ping: PingEvent
project: ProjectEvent
project_card: ProjectCardEvent
project_column: ProjectColumnEvent
projects_v2_item: ProjectsV2ItemEvent
public: PublicEvent
pull_request: PullRequestEvent
pull_request_review: PullRequestReviewEvent
pull_request_review_comment: PullRequestReviewCommentEvent
pull_request_review_thread: PullRequestReviewThreadEvent
push: PushEvent
release: ReleaseEvent
repository: RepositoryEvent
repository_dispatch: RepositoryDispatchEvent
repository_import: RepositoryImportEvent
repository_vulnerability_alert: RepositoryVulnerabilityAlertEvent
secret_scanning_alert: SecretScanningAlertEvent
security_advisory: SecurityAdvisoryEvent
sponsorship: SponsorshipEvent
star: StarEvent
status: StatusEvent
team: TeamEvent
team_add: TeamAddEvent
watch: WatchEvent
workflow_dispatch: WorkflowDispatchEvent
workflow_job: WorkflowJobEvent
workflow_run: WorkflowRunEvent