GetDeploymentsGitComments

June 11, 2025 ยท View on GitHub

Since June '23

Example Usage

import { GetDeploymentsGitComments } from "@vercel/sdk/models/getdeploymentsop.js";

let value: GetDeploymentsGitComments = {
  onPullRequest: true,
  onCommit: false,
};

Fields

FieldTypeRequiredDescription
onPullRequestboolean:heavy_check_mark:Whether the Vercel bot should comment on PRs
onCommitboolean:heavy_check_mark:Whether the Vercel bot should comment on commits