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.Inventory", | ||
| "BlobName": "VirtoCommerce.Inventory_3.1001.0.zip" |
There was a problem hiding this comment.
Inventory blob name missing PR suffix from failed automation
High Severity
The BlobName for VirtoCommerce.Inventory changed from VirtoCommerce.Inventory_3.1001.0-pr-160-a558.zip to VirtoCommerce.Inventory_3.1001.0.zip, dropping the -pr-NNN-XXXX suffix that all other prerelease modules in the AzureBlob source use. The PR description explicitly states "from PR undefined undefined", confirming the automation failed to resolve the PR number and commit hash. This likely means the blob VirtoCommerce.Inventory_3.1001.0.zip does not exist in the prerelease Azure Blob container, which would cause module resolution to fail at deployment time.


ci: Automated update vc-module-inventory from PR undefined undefined
Note
Medium Risk
Updates the
VirtoCommerce.Inventorymodule artifact reference in the deployment manifest, which can change runtime behavior for environments consumingbackend/packages.jsondespite being a config-only change.Overview
Updates
backend/packages.jsonto switchVirtoCommerce.Inventoryfrom a PR build (3.1001.0-pr-160-a558.zip) to the released artifact (VirtoCommerce.Inventory_3.1001.0.zip) and reorders it to the end of the AzureBlob module list.Also includes minor JSON formatting/whitespace cleanup (including file newline changes).
Written by Cursor Bugbot for commit 74b2e68. This will update automatically on new commits. Configure here.