Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

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

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

Properties

action: "created"
comment: { id: number; node_id: string; html_url: string; parent_id: number | null; child_comment_count: number; repository_url: string; discussion_id: number; author_association: AuthorAssociation; user: User; created_at: string; updated_at: string; body: string; reactions: Reactions; }
discussion: Discussion
repository: Repository
sender: User
installation: InstallationLite
optional
organization: Organization