ci: add CI, conventional commits, and auto-labeling workflows#237
Merged
akhileshrangani4 merged 3 commits intomainfrom Mar 12, 2026
Merged
ci: add CI, conventional commits, and auto-labeling workflows#237akhileshrangani4 merged 3 commits intomainfrom
akhileshrangani4 merged 3 commits intomainfrom
Conversation
Add GitHub Actions workflows for: - CI pipeline (lint, test, build) on PRs and pushes to main - PR title validation for conventional commit format - Automatic area and change type labeling on PRs/issues Also fix outdated model ID in ai provider test.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Rename tests/ workspace script from "test" to "test:e2e" so turbo test only runs unit tests that can pass without a live server. Add a manual workflow_dispatch trigger for running e2e tests in CI with secrets.
79a17cb to
ec62496
Compare
ec62496 to
97feb42
Compare
The t3-oss env validation was ignoring SKIP_ENV_VALIDATION because skipValidation wasn't passed to createEnv. This broke CI builds that don't have secrets available.
97feb42 to
f881088
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
feat:,fix:, etc.)web,server,db,ai, etc.) and change type, with a "do not merge" gateai/src/providers/index.test.ts(claude-sonnet-4-20250514→claude-sonnet-4-6)Test plan
npm run lintpasses (34 warnings, 0 errors)npm run test -w aipasses (6/6 tests)npm run buildpasses