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

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

Properties

action: "deleted"
pull_request: { url: string; id: number; node_id: string; html_url: string; diff_url: string; patch_url: string; issue_url: string; number: number; state: "open" | "closed"; locked: boolean; title: string; user: User; body: string | null; created_at: string; updated_at: string; closed_at: string | null; merged_at: string | null; merge_commit_sha: string | null; assignee: User | null; assignees: User[]; requested_reviewers: (User | Team)[]; requested_teams: Team[]; labels: Label[]; milestone: Milestone | null; draft?: boolean; commits_url: string; review_comments_url: string; review_comment_url: string; comments_url: string; statuses_url: string; head: { label: string; ref: string; sha: string; user: User; repo: Repository; }; base: { label: string; ref: string; sha: string; user: User; repo: Repository; }; _links: { self: Link; html: Link; issue: Link; comments: Link; review_comments: Link; review_comment: Link; commits: Link; statuses: Link; }; auto_merge?: PullRequestAutoMerge | null; author_association: AuthorAssociation; active_lock_reason:
| "resolved"
| "off-topic"
| "too heated"
| "spam"
| null
; }
repository: Repository
optional
installation: InstallationLite
optional
organization: Organization
sender: User