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

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

The comment itself.

Properties

url: string

URL for the issue comment

html_url: string
issue_url: string
id: number

Unique identifier of the issue comment

node_id: string
user: User
created_at: string
updated_at: string
author_association: AuthorAssociation
body: string

Contents of the issue comment

reactions: Reactions
performed_via_github_app: App | null