RFR: 1611: Improve adding and removing of labels in GitLab
Zhao Song
zsong at openjdk.org
Wed Oct 12 21:04:12 UTC 2022
On Wed, 12 Oct 2022 20:59:07 GMT, Zhao Song <zsong at openjdk.org> wrote:
> Improved adding and removing of labels in GitLabMergeRequest.
>
> And make the label handling consistent with GitHubPullRequest.
forge/src/main/java/org/openjdk/skara/forge/gitlab/GitLabMergeRequest.java line 706:
> 704: .sorted()
> 705: .collect(Collectors.toList());
> 706: }
I don't know if we need to make it consistent with GitHubPullRequest but I did.
-------------
PR: https://git.openjdk.org/skara/pull/1396
More information about the skara-dev
mailing list