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
| 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 |