RFR: 1363: update-sync incorrect sync label
Kevin Rushforth
kcr at openjdk.java.net
Thu Feb 24 19:53:55 UTC 2022
On Thu, 24 Feb 2022 19:30:34 GMT, Erik Joelsson <erikj at openjdk.org> wrote:
> In SKARA-964, we fixed the labelsync bot to only consider "Fixed" issues when calculating label assignment. That fix only considered the backport issues and not the main bug. This fix tries to address this by applying the check for isFixed to the main bug as well.
>
> While working on this, I also decided to refactor Backports a bit and remove the isFixed method from that class and instead use the newly introduced Issue::isFixed.
Marked as reviewed by kcr (Reviewer).
-------------
PR: https://git.openjdk.java.net/skara/pull/1291
More information about the skara-dev
mailing list