From 120cf0a066dfda5ec36b694e4178a3337149c089 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jochen=20G=C3=B6rtler?= Date: Tue, 10 Dec 2024 15:27:23 +0100 Subject: [PATCH] Add link to `+main`, `+nightly` manifest in CI bot comment (#8384) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ### What Title. (Check PR comment) --------- Co-authored-by: Jan Procházka --- .github/workflows/reusable_upload_web.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/reusable_upload_web.yml b/.github/workflows/reusable_upload_web.yml index f7011908a850..54f21b14cc44 100644 --- a/.github/workflows/reusable_upload_web.yml +++ b/.github/workflows/reusable_upload_web.yml @@ -151,9 +151,9 @@ jobs: - [ ] I have tested the web viewer - | Result | Commit | Link | - | ------ | ------- | ----- | - | ✅ | ${{ steps.get-sha.outputs.sha }} | https://rerun.io/viewer/pr/${{ github.event.pull_request.number }} | + | Result | Commit | Link | Manifest | + | ------ | ------- | ---- | -------- | + | ✅ | ${{ steps.get-sha.outputs.sha }} | https://rerun.io/viewer/pr/${{ github.event.pull_request.number }} | [+nightly](https://rerun.io/viewer/pr/${{ github.event.pull_request.number }}?manifest_url=https://app.rerun.io/version/nightly/examples_manifest.json) [+main](https://rerun.io/viewer/pr/${{ github.event.pull_request.number }}?manifest_url=https://app.rerun.io/version/main/examples_manifest.json) | Note: This comment is updated whenever you push a commit.