kodiak icon indicating copy to clipboard operation
kodiak copied to clipboard

fix(bot): priority merge being lost on PR requeue

Open chdsbd opened this issue 4 years ago • 0 comments

When a PR is marked as "priority merge", we place it at the front of the merge queue by setting it's score to 0. This works. However, we weren't supporting this feature when re-queuing the PR.

This change adds support for priority merge when re-queueing PRs.

related #670

chdsbd avatar Jun 14 '21 01:06 chdsbd