Conversation
a50fe0f to
513096b
Compare
7e37920 to
bb4c3d4
Compare
f5ac55b to
d74fe11
Compare
5092e83 to
78a9a16
Compare
a35577c to
dfb7c66
Compare
a15777f to
e96f3c0
Compare
198ef53 to
aaacabb
Compare
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Free Tier Details
Your team is on the Bugbot Free tier. On this plan, Bugbot will review limited PRs each billing cycle for each member of your team.
To receive Bugbot reviews on all of your PRs, visit the Cursor dashboard to activate Pro and start your 14-day free trial.
Bugbot Autofix prepared a fix for the issue found in the latest run.
- ✅ Fixed: Mergify conditions moved from merge-time to queue-entry checks
- Changed queue_conditions to merge_conditions to restore merge-time validation, ensuring approvals and status checks are enforced when the PR is actually merged from the queue.
Or push these changes by commenting:
@cursor push 3c0e7d79e4
Preview (3c0e7d79e4)
diff --git a/.mergify.yml b/.mergify.yml
--- a/.mergify.yml
+++ b/.mergify.yml
@@ -3,7 +3,7 @@
queue_rules:
- name: default
update_method: merge
- queue_conditions:
+ merge_conditions:
- "#approved-reviews-by>=1"
- -label~=(do-not-merge)
- status-success=buildThis Bugbot Autofix run was free. To enable autofix for future PRs, go to the Cursor dashboard.
| - name: default | ||
| update_method: merge | ||
| conditions: | ||
| queue_conditions: |
There was a problem hiding this comment.
Mergify conditions moved from merge-time to queue-entry checks
Medium Severity
The conditions field in queue_rules was the old name for merge_conditions (verified at merge time). This PR changes it to queue_conditions, which is a semantically different field — it controls queue entry, not merge-time validation. No merge_conditions are specified, so conditions like #approved-reviews-by>=1 and status-success checks are no longer enforced when the PR is actually merged from the queue. If an approval is withdrawn or a status check fails after a PR enters the queue, the merge may still proceed.
|
You have used all of your free Bugbot PR reviews. To receive reviews on all of your PRs, visit the Cursor dashboard to activate Pro and start your 14-day free trial. |
Upgrades project dependencies. See details in [workflow run]. [Workflow Run]: https://github.com/condensetech/cdk-constructs/actions/runs/23967376132 ------ *Automatically created by projen via the "upgrade-main" workflow* Signed-off-by: github-actions <github-actions@github.com>



Upgrades project dependencies. See details in workflow run.
Automatically created by projen via the "upgrade-main" workflow