Integrated: 1823: Mailing list bot should include link to comment on the Git forge

Zhao Song zsong at openjdk.org
Tue Mar 14 15:49:00 UTC 2023


On Fri, 17 Feb 2023 18:56:58 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.

This pull request has now been integrated.

Changeset: 83ea1715
Author:    Zhao Song <zsong at openjdk.org>
URL:       https://git.openjdk.org/skara/commit/83ea1715576ed4924829a427eb4a053a981c7add
Stats:     155 lines in 11 files changed: 151 ins; 0 del; 4 mod

1823: Mailing list bot should include link to comment on the Git forge

Reviewed-by: erikj

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

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


More information about the skara-dev mailing list