Add Claude review workflow #559
Conversation
|
|
|
@taylanpince is attempting to deploy a commit to the Foundry development Team on Vercel. A member of the Team first needs to authorize it. |
There was a problem hiding this comment.
Sorry @Dargon789, you have reached your weekly rate limit of 500000 diff characters.
Please try again later or upgrade to continue using Sourcery
⛔ Snyk checks have failed. 4 issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
There was a problem hiding this comment.
Code Review
This pull request updates the 'next' dependency to version 15.5.16 and modifies the 'pnpm-workspace.yaml' to reduce the 'minimumReleaseAge' from two weeks to one week. The review comments highlight that the change to 'minimumReleaseAge' violates the project's documented stability policy and that the pull request title does not accurately reflect the nature of the changes.
| @@ -1,4 +1,4 @@ | |||
| minimumReleaseAge: 20160 # 60 * 24 * 7 * 2 = do not install package releases that are not at least 2 weeks old | |||
| minimumReleaseAge: 10080 # 60 * 24 * 7 = do not install package releases that are not at least 1 week old | |||
There was a problem hiding this comment.
The modification of minimumReleaseAge contradicts the explicit instruction on line 2: # DO NOT REMOVE OR MODIFY minimumReleaseAge without approval. This change should be justified or reverted to adhere to the documented stability policy.
minimumReleaseAge: 20160 # 60 * 24 * 7 * 2 = do not install package releases that are not at least 2 weeks old| "dependencies": { | ||
| "@repo/ui": "workspace:^", | ||
| "next": "^15.5.15", | ||
| "next": "^15.5.16", |
There was a problem hiding this comment.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
No description provided.