-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug: Merged PRs fail to deploy to Vercel #822
Labels
bug
Something isn't working
Comments
Below is a snippet of the error log shared by Brandon:
|
This was referenced Jul 22, 2024
It turns out there were two causes:
Both problems have been resolved. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
PRs are failing to deploy to Vercel's preview and production environments. The last successful deployment to production was PR #807 on July 19, 2024, at 11:11 a.m.
To Reproduce
Steps to reproduce the behavior:
staging
branchstaging
tomain
branchExpected behavior
Vercel should successfully deploy PRs to production.
Screenshots
@brandonfcohen1 shared a log showing a Vercel build failure due to TypeScript errors. See comments section.
Additional context
This problem began on July 19, 2024, after new GitHub Actions were added to our repo's Workflow. Some possible causes suggested by Nissim and Brandon:
Release Drafter
Workflow for drafting release notes (this workflow is now temporarily disabled)PR Checks
Workflow for linting and formatting frontend PRs; it was updated this week and might be causing Vercel builds to fail if ESLint finds any TypeScript errorsThe text was updated successfully, but these errors were encountered: