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

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

Properties

action: "dismissed"
review: { id: number; node_id: string; user: User; body: string | null; commit_id: string; submitted_at: string; state: "dismissed"; html_url: string; pull_request_url: string; author_association: AuthorAssociation; _links: { html: Link; pull_request: Link; }; }

The review that was affected.

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