CreateProjectGitComments
August 5, 2026 ยท View on GitHub
Example Usage
import { CreateProjectGitComments } from "@vercel/sdk/models/createprojectblockhistory.js";
let value: CreateProjectGitComments = {
onPullRequest: true,
onCommit: true,
};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
onPullRequest | boolean | :heavy_check_mark: | Whether the Vercel bot should comment on PRs |
onCommit | boolean | :heavy_check_mark: | Whether the Vercel bot should comment on commits |