RFR: 1823: Mailing list bot should include link to comment on the Git forge [v6]

Zhao Song zsong at openjdk.org
Tue Mar 14 15:07:16 UTC 2023


On Tue, 21 Feb 2023 20:58:46 GMT, Zhao Song <zsong at openjdk.org> wrote:

>> This patch will add the ability to attach comment/reviewComment/review link to the email generated by mlbridge bot
>> 
>> The implementation for GitHub is straightforward, we can extract the URL for a specific comment or review from the JSON response using the `html_url` field and include it in the email. 
>> 
>> For GitLab, we will need to generate the URL using the `id` field in `note,` since GitLab does not provide an field like `html_url` in its JSON responses.
>
> Zhao Song has updated the pull request incrementally with one additional commit since the last revision:
> 
>   fix a problem

This pr is still waiting for review.

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

PR: https://git.openjdk.org/skara/pull/1478


More information about the skara-dev mailing list