When I create a PR via a cloud agent, bug bot does not update the description with low/medium/high risk assessment. Our team uses section this to automatically approve low-risk PRs, so we have no way of automating that with cloud agents.
Steps to Reproduce
Create github PR via cloud agent with bugbot enabled. Description does not include block. Instead there is a block, but no assessment.
Expected Behavior
Cursor summary block with risk level included in PR description. This works for PRs created manually.
Hey, thanks for the report. This is a confirmed issue. When a PR is created via the cloud agent, BugBot intentionally skips the PR summary to avoid conflicting with the cloud agent’s own PR body. But this also ends up suppressing the risk level assessment (<!-- CURSOR_SUMMARY --> block), which breaks automation workflows like yours.
I’ve flagged this with the team. No ETA yet, but your report helps with prioritization, especially since you have a concrete use case with auto-approving low-risk PRs.
For now, there’s unfortunately no workaround since the risk assessment is generated as part of the same pipeline that gets skipped. Let me know if you have any questions.