Conversation
|
|
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix is OFF. To automatically fix reported issues with Cloud Agents, enable Autofix in the Cursor dashboard.
| }, | ||
| { | ||
| "Id": "VirtoCommerce.XRecommend", | ||
| "BlobName": "VirtoCommerce.XRecommend_3.1000.0.zip" |
There was a problem hiding this comment.
XRecommend blob name missing PR suffix from broken automation
High Severity
The VirtoCommerce.XRecommend module was moved from GithubReleases (version 3.904.0) to the AzureBlob prerelease source, but the BlobName (VirtoCommerce.XRecommend_3.1000.0.zip) lacks the -pr-{number}-{hash} suffix that every other AzureBlob entry has. The PR description confirms the automation malfunctioned: "from PR undefined undefined" — the PR number and hash resolved to undefined, so the expected suffix was never appended. This likely means the referenced blob doesn't exist in the prerelease storage, which would cause a deployment failure.


ci: Automated update vc-module-x-recommend from PR undefined undefined
Note
Low Risk
Only updates
backend/packages.jsonmodule manifest entries; main risk is pulling the wrongXRecommendartifact/version at deploy time.Overview
Moves
VirtoCommerce.XRecommendto be sourced from theAzureBlobpackages feed (pinningBlobNametoVirtoCommerce.XRecommend_3.1000.0.zip) and removes the previousGithubReleasesversion pin (3.904.0).Also includes minor JSON formatting/whitespace cleanup in
backend/packages.json(no behavioral change beyond the module source/version update).Written by Cursor Bugbot for commit b8cfa3e. This will update automatically on new commits. Configure here.