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.Pricing", | ||
| "BlobName": "VirtoCommerce.Pricing_3.1001.0.zip" |
There was a problem hiding this comment.
Pricing module blob name missing PR-specific build suffix
High Severity
The VirtoCommerce.Pricing BlobName changed from VirtoCommerce.Pricing_3.1001.0-pr-232-4228.zip to VirtoCommerce.Pricing_3.1001.0.zip, dropping the -pr-NNN-HASH suffix that every other AzureBlob module uses. The PR description states "from PR undefined undefined", indicating the automation failed to resolve the source PR number and hash. The resulting blob name likely references a non-existent or unintended artifact, which could cause deployment failures or deploy the wrong version to QA.


ci: Automated update vc-module-pricing from PR undefined undefined
Note
Low Risk
Low risk: updates a module package pointer in
backend/packages.jsonand includes minor JSON formatting/newline adjustments; main impact is which Pricing artifact gets deployed.Overview
Updates
backend/packages.jsonto switchVirtoCommerce.Pricingin theAzureBlobsource from a PR-specific artifact (...pr-232-4228.zip) to the released package (VirtoCommerce.Pricing_3.1001.0.zip).Also applies minor JSON formatting cleanup (whitespace/indentation) and removes the trailing newline.
Written by Cursor Bugbot for commit cd52931. This will update automatically on new commits. Configure here.