RFR: 2226: Make it possible to avoid "forward backports" [v2]
Zhao Song
zsong at openjdk.org
Wed Apr 24 19:37:46 UTC 2024
On Wed, 24 Apr 2024 14:43:09 GMT, Erik Duveblad <ehelin at openjdk.org> wrote:
>> bots/notify/src/test/java/org/openjdk/skara/bots/notify/issue/IssueNotifierTests.java line 2330:
>>
>>> 2328: issue.setProperty("priority", JSON.of("1"));
>>> 2329: issue.addLabel("test");
>>> 2330: issue.addLabel("temporary");
>>
>> In this case, maybe it's better to set the main issue as RESOLVED
>
> Why? I want to check that the main issue remains open and that a backport is created? The `RESOLVED_IN_BUILD` property is set to verify that certain custom properties aren't propagating IIRC.
Ah, got it. NVM
-------------
PR Review Comment: https://git.openjdk.org/skara/pull/1637#discussion_r1578419275
More information about the skara-dev
mailing list