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.CustomerReviews", | ||
| "BlobName": "VirtoCommerce.CustomerReviews_3.1000.0.zip" |
There was a problem hiding this comment.
Blob name missing PR build identifier
Medium Severity
The BlobName for VirtoCommerce.CustomerReviews uses 3.1000.0.zip instead of the expected PR build format like -pr-XXX-XXXX.zip that all other modules in the AzureBlob source follow. The PR description confirms this with "PR undefined undefined", indicating the automation failed to capture PR details. This inconsistency may cause the blob to not be found or load an incorrect version.


ci: Automated update vc-module-customer-review from PR undefined undefined
Note
Low Risk
Config-only change to module package sourcing/version; main risk is pulling a different module artifact during deployments.
Overview
Updates
backend/packages.jsonto sourceVirtoCommerce.CustomerReviewsfrom the AzureBlob package feed (VirtoCommerce.CustomerReviews_3.1000.0.zip) instead of Github Releases (previously3.907.0).Also applies minor JSON formatting/whitespace adjustments (including ensuring the file ends without a trailing newline).
Written by Cursor Bugbot for commit ab7fd3c. This will update automatically on new commits. Configure here.