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

Zhao Song zsong at openjdk.org
Tue Feb 21 20:45:55 UTC 2023


> 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 four additional commits since the last revision:

 - Update bots/mlbridge/src/main/java/org/openjdk/skara/bots/mlbridge/ArchiveMessages.java
   
   Co-authored-by: Erik Joelsson <37597443+erikj79 at users.noreply.github.com>
 - Update bots/mlbridge/src/main/java/org/openjdk/skara/bots/mlbridge/ArchiveMessages.java
   
   Co-authored-by: Erik Joelsson <37597443+erikj79 at users.noreply.github.com>
 - Update bots/mlbridge/src/main/java/org/openjdk/skara/bots/mlbridge/ReviewArchive.java
   
   Co-authored-by: Erik Joelsson <37597443+erikj79 at users.noreply.github.com>
 - Update bots/mlbridge/src/main/java/org/openjdk/skara/bots/mlbridge/ArchiveMessages.java
   
   Co-authored-by: Erik Joelsson <37597443+erikj79 at users.noreply.github.com>

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

Changes:
  - all: https://git.openjdk.org/skara/pull/1478/files
  - new: https://git.openjdk.org/skara/pull/1478/files/2ffb2a56..f7bee158

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=skara&pr=1478&range=04
 - incr: https://webrevs.openjdk.org/?repo=skara&pr=1478&range=03-04

  Stats: 4 lines in 2 files changed: 0 ins; 0 del; 4 mod
  Patch: https://git.openjdk.org/skara/pull/1478.diff
  Fetch: git fetch https://git.openjdk.org/skara pull/1478/head:pull/1478

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


More information about the skara-dev mailing list