ci(agent): verify release build before merge#3621
Merged
Merged
Conversation
|
😎 Merged successfully - details. |
|
React Doctor found no issues in the changed files. 🎉 Reviewed by React Doctor for commit |
Contributor
Prompt To Fix All With AIFix the following 1 code review issue. Work through them one at a time, proposing concise fixes.
---
### Issue 1 of 1
.github/workflows/agent-release-verify.yml:16
**Workspace Config Skips Verification**
A change to `pnpm-workspace.yaml` can alter workspace catalogs, dependency overrides, or install policies used by the agent release build, but it does not trigger this workflow. Such a change can merge without running the release check and then fail when the tag workflow performs the same frozen install and build.
```suggestion
- "pnpm-lock.yaml"
- "pnpm-workspace.yaml"
```
Reviews (1): Last reviewed commit: "ci(agent): verify release build before m..." | Re-trigger Greptile |
jonathanlab
force-pushed
the
ci/verify-agent-release-before-merge
branch
from
July 21, 2026 15:48
2355694 to
cf52f02
Compare
jonathanlab
enabled auto-merge (squash)
July 21, 2026 15:56
tatoalo
approved these changes
Jul 21, 2026
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.
Problem
Agent release builds can diverge from the PR build and only fail after an automated release tag is created.
Changes
How did you test this?
pnpm install --frozen-lockfilepnpm --filter @posthog/agent... run buildpnpm --filter @posthog/agent run test