RFR: 616: Sponsorship information is incorrect.
Erik Helin
ehelin at openjdk.java.net
Wed Sep 9 11:31:31 UTC 2020
On Wed, 9 Sep 2020 11:09:38 GMT, Robin Westberg <rwestberg at openjdk.org> wrote:
> In the "this PR requires a sponsor" message, there's no need to display different messages depending on author status,
> just say that Committer status is required.
> Best regards,
> Robin
bots/pr/src/main/java/org/openjdk/skara/bots/pr/CheckRun.java line 586:
> 584: message.append("\n");
> 585: var contributor = censusInstance.namespace().get(pr.author().id());
> 586: message.append("As you do not have [Committer](https://openjdk.java.net/bylaws#committer) status in
> this project, ");
Can we make `project` a link to the project in https://openjdk.java.net/census ?
-------------
PR: https://git.openjdk.java.net/skara/pull/811
More information about the skara-dev
mailing list