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.XCMS", | ||
| "BlobName": "VirtoCommerce.XCMS_3.1000.0.zip" |
There was a problem hiding this comment.
XCMS blob name missing PR build identifier
High Severity
The VirtoCommerce.XCMS module's BlobName is VirtoCommerce.XCMS_3.1000.0.zip, which lacks the -pr-XX-XXXX suffix that every other module in the AzureBlob source has. The PR description confirms the automation failed: "from PR undefined undefined". This likely means the referenced blob artifact doesn't exist in the prerelease container, or the wrong (non-PR) build is being used, which could cause deployment failures or pull in an unintended version.


ci: Automated update vc-module-x-cms from PR undefined undefined
Note
Low Risk
Only adjusts module package sourcing/version pinning in
packages.json; risk is limited to potential runtime incompatibility ifXCMS_3.1000.0.zipdiffers from the previously referenced release.Overview
Updates
backend/packages.jsonto sourceVirtoCommerce.XCMSfrom theAzureBlobfeed (BlobName: VirtoCommerce.XCMS_3.1000.0.zip) instead ofGithubReleases(removing theVersion: 3.908.0entry), and cleans up JSON formatting/newline.Written by Cursor Bugbot for commit 8379e95. This will update automatically on new commits. Configure here.