Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GoogleChecksRepoScanV1alphaPullRequest

import type { GoogleChecksRepoScanV1alphaPullRequest } from "https://googleapis.deno.dev/v1/checks:v1alpha.ts";

Pull request info.

interface GoogleChecksRepoScanV1alphaPullRequest {
baseBranch?: string;
prNumber?: string;
}

§Properties

§
baseBranch?: string
[src]

Required. For PR analysis, we compare against the most recent scan of the base branch to highlight new issues.

§
prNumber?: string
[src]

Required. This can be supplied by the user or parsed automatically from predefined CI environment variables.