RFR: 1199: Enforce maintainer approval in JBS before allowing to integrate backports into updates projects [v5]

Erik Joelsson erikj at openjdk.org
Mon Aug 14 14:00:29 UTC 2023


On Fri, 11 Aug 2023 13:29:03 GMT, Erik Joelsson <erikj at openjdk.org> wrote:

>> bots/pr/src/main/java/org/openjdk/skara/bots/pr/CheckRun.java line 1517:
>> 
>>> 1515:         }
>>> 1516:         String message = "⚠️  @" + pr.author().username() +
>>> 1517:                 " This change has now been reviewed and requires maintainer [approval](" + approval.documentLink() + ")." +
>> 
>> I did some more thinking about how this should be formulated. I don't think we should mention the review state here either. 
>> Suggestion:
>> 
>>                 " This change is now ready for maintainer [approval](" + approval.documentLink() + ")." +
>
> Suggestion:
> 
>                 " This change is now ready for you to apply for maintainer [approval](" + approval.documentLink() + ")." +

Did you see my last suggestion here? I think we need to be clear that the ball is in the hands of the PR owner.

-------------

PR Review Comment: https://git.openjdk.org/skara/pull/1537#discussion_r1293495753


More information about the skara-dev mailing list