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

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

A commit comment is created. The type of activity is specified in the action property.

Properties

action: "created"

The action performed. Can be created.

comment: { url: string; html_url: string; id: number; node_id: string; user: User; position: number | null; line: number | null; path: string | null; commit_id: string; created_at: string; updated_at: string; author_association: AuthorAssociation; body: string; }

The commit comment resource.

repository: Repository
sender: User
optional
installation: InstallationLite
optional
organization: Organization