RFR: 1108: Fix label updater for gitlab
Kevin Rushforth
kcr at openjdk.java.net
Tue Jul 13 12:08:11 UTC 2021
On Tue, 13 Jul 2021 09:22:01 GMT, Erik Joelsson <erikj at openjdk.org> wrote:
> When deploying SKARA-1084 I discovered that gitlab doesn't accept '<' or '>' in label descriptions. The email address toString() method returns the email inside those characters. I don't think we need to store that in the description so simply switch to adding the .address() instead.
Marked as reviewed by kcr (Reviewer).
Looks like there are failing tests.
-------------
PR: https://git.openjdk.java.net/skara/pull/1196Changes requested by kcr (Reviewer).
More information about the skara-dev
mailing list