GitForkProtection
August 10, 2026 ยท View on GitHub
Specifies whether PRs from Git forks should require a team member's authorization before it can be deployed
Example Usage
import { GitForkProtection } from "@vercel/sdk/models/getprojectsresponsebodyprojectsrollingrelease.js";
let value: GitForkProtection = "1";
Values
"1" | "0"