UploadProjectAvatarGitComments

August 10, 2026 ยท View on GitHub

Example Usage

import { UploadProjectAvatarGitComments } from "@vercel/sdk/models/uploadprojectavatarvaluepreviousvalue.js";

let value: UploadProjectAvatarGitComments = {
  onPullRequest: false,
  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