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

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

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

Properties

action: "ready_for_review"
number: number

The pull request number.

pull_request: PullRequest & { state: "open"; closed_at: null; merged_at: null; draft: false; merged: boolean; merged_by: null; }
repository: Repository
optional
installation: InstallationLite
optional
organization: Organization
sender: User