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

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

Properties

changes: { body: { from: string; }; }
action: "edited"
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