Update merge queue configuration - #9
Conversation
Signed-off-by: Konstantin <null>
|
Tick the box to add this pull request to the merge queue (same as
|
| - check-success = Kilo Code Review | ||
| - check-success = test-action | ||
| merge_conditions: | ||
| - "#check-success >= 2" |
There was a problem hiding this comment.
WARNING: merge_conditions uses a count-based check rather than re-checking the named checks.
queue_conditions explicitly requires check-success = Kilo Code Review and check-success = test-action, but merge_conditions only requires #check-success >= 2. This means the speculative merge commit could be merged as long as any two checks succeed, even if Kilo Code Review or test-action specifically fail on the speculative merge commit (e.g. due to a rename/typo in the check name, or an unrelated third check becoming green). For defense-in-depth, consider re-asserting the named checks in the merge conditions as well.
Reply with @kilocode-bot fix it to have Kilo Code address this issue.
Code Review SummaryStatus: 1 Issue Found | Recommendation: Address before merge Overview
Issue Details (click to expand)WARNING
Files Reviewed (1 file)
Fix these issues in Kilo Cloud Reviewed by glm-5.2-short · Input: 19K · Output: 3.2K · Cached: 160.4K |
No description provided.