Objective
Prevent one documentation or governance commit in the monorepo from automatically attempting preview builds across every connected Vercel project.
Context
The repository already contains an affected-project selector and guarded deployment workflow. Vercel’s native Git integrations still fan out independently, which caused a burst of preview deployments and exhausted the account build-rate allowance during a documentation-only remediation branch.
Safety principle
Do not disable or reconfigure all projects simultaneously. Prove the cutover on one low-risk project, preserve rollback, and change the remaining projects only after successful verification.
Acceptance criteria
Required verification
- GitHub workflow plan output
- Vercel deployment history before and after
- Source commit and branch traceability
- Canonical production routes returning the intended application
- No lost domains, aliases, secrets, or production triggers
Non-goals
- Upgrading Vercel solely to mask inefficient deployment behavior
- Disabling production deployments without a replacement path
- Bulk project-setting changes without rollback evidence
- Treating a build-rate-limit error as an application-code failure
Objective
Prevent one documentation or governance commit in the monorepo from automatically attempting preview builds across every connected Vercel project.
Context
The repository already contains an affected-project selector and guarded deployment workflow. Vercel’s native Git integrations still fan out independently, which caused a burst of preview deployments and exhausted the account build-rate allowance during a documentation-only remediation branch.
Safety principle
Do not disable or reconfigure all projects simultaneously. Prove the cutover on one low-risk project, preserve rollback, and change the remaining projects only after successful verification.
Acceptance criteria
Required verification
Non-goals