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.Marketing", | ||
| "BlobName": "VirtoCommerce.Marketing_3.1000.0.zip" |
There was a problem hiding this comment.
Marketing module BlobName missing PR suffix from automation failure
High Severity
The new VirtoCommerce.Marketing entry in the AzureBlob source has BlobName of VirtoCommerce.Marketing_3.1000.0.zip, which lacks the -pr-NUMBER-HASH suffix that every other AzureBlob module uses (e.g., -pr-60-f11e.zip). The PR description confirms this: it says "from PR undefined undefined", indicating the automation failed to resolve the PR reference. This likely points to a non-existent blob in the prerelease storage container, which would cause a module installation failure in the QA environment.


ci: Automated update vc-module-marketing from PR undefined undefined
Note
Low Risk
Config-only change that adjusts which Marketing module artifact/version is deployed; main risk is deploying an unintended module build if the blob reference is wrong.
Overview
Updates environment package manifest to pull
VirtoCommerce.Marketingfrom theAzureBlobfeed (VirtoCommerce.Marketing_3.1000.0.zip) instead ofGithubReleases(removing the previous3.826.0entry).Also includes minor JSON formatting/whitespace cleanup and leaves
backend/packages.jsonwithout a trailing newline.Written by Cursor Bugbot for commit 2544861. This will update automatically on new commits. Configure here.