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.Shipping", | ||
| "BlobName": "VirtoCommerce.Shipping_3.1000.0.zip" |
There was a problem hiding this comment.
Shipping BlobName missing PR suffix from failed automation
High Severity
The VirtoCommerce.Shipping BlobName is VirtoCommerce.Shipping_3.1000.0.zip, which lacks the -pr-NUMBER-HASH suffix that every other AzureBlob module has (e.g., -pr-60-f11e). The PR description confirms the automation failed: "from PR undefined undefined". This likely means the blob doesn't exist in the vc3prerelease container, which would cause module resolution to fail at deployment time. The module was also removed from the GithubReleases source where it previously worked at version 3.816.0.


ci: Automated update vc-module-shipping from PR undefined undefined
Note
Low Risk
Config-only change that affects which shipping module package/version is deployed; risk is limited to potential runtime incompatibility if the pinned artifact differs from the previously referenced release.
Overview
Updates
backend/packages.jsonto sourceVirtoCommerce.Shippingfrom theAzureBlobfeed (VirtoCommerce.Shipping_3.1000.0.zip) instead of pullingVirtoCommerce.Shipping3.816.0fromGithubReleases.Also includes small JSON formatting/whitespace adjustments and leaves the file without a trailing newline.
Written by Cursor Bugbot for commit 9f123e2. This will update automatically on new commits. Configure here.