Skip to content

Commit a7fc56f

Browse files
authored
Add manifest links to other bot comments for consistency (#8397)
Also wraps each manifest in a `<code>` tag for ✨. ### Related <!-- Include links to any related issues/PRs in a bulleted list, for example: * Closes #1234 * Part of #1337 --> * #8384. ### What Title. <!-- Make sure the PR title and labels are set to maximize their usefulness for the CHANGELOG, and our `git log`. If you have noticed any breaking changes, include them in the migration guide. We track various metrics at <https://build.rerun.io>. For maintainers: * To run all checks from `main`, comment on the PR with `@rerun-bot full-check`. * To deploy documentation changes immediately after merging this PR, add the `deploy docs` label. -->
1 parent 120cf0a commit a7fc56f

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

.github/workflows/reusable_build_web.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,9 @@ jobs:
7171
message: |
7272
Web viewer is being built.
7373
74-
| Result | Commit | Link |
75-
| ------ | ------- | ----- |
76-
| ⏳ | ${{ steps.get-sha.outputs.sha }} | https://rerun.io/viewer/pr/${{ github.event.pull_request.number }} |
74+
| Result | Commit | Link | Manifest |
75+
| ------ | ------- | ----- | -------- |
76+
| ⏳ | ${{ 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) |
7777
7878
<sup>Note: This comment is updated whenever you push a commit.</sup>
7979
@@ -125,8 +125,8 @@ jobs:
125125
message: |
126126
Web viewer failed to build.
127127
128-
| Result | Commit | Link |
129-
| ------ | ------- | ----- |
130-
| ❌ | ${{ steps.get-sha.outputs.sha }} | https://rerun.io/viewer/pr/${{ github.event.pull_request.number }} |
128+
| Result | Commit | Link | Manifest |
129+
| ------ | ------- | ----- | -------- |
130+
| ❌ | ${{ 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) |
131131
132132
<sup>Note: This comment is updated whenever you push a commit.</sup>

.github/workflows/reusable_upload_web.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ jobs:
153153
154154
| Result | Commit | Link | Manifest |
155155
| ------ | ------- | ---- | -------- |
156-
| ✅ | ${{ 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) |
156+
| ✅ | ${{ 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) |
157157
158158
<sup>Note: This comment is updated whenever you push a commit.</sup>
159159
@@ -167,8 +167,8 @@ jobs:
167167
message: |
168168
Web viewer failed to build.
169169
170-
| Result | Commit | Link |
170+
| Result | Commit | Link | Manifest |
171171
| ------ | ------- | ----- |
172-
| ❌ | ${{ steps.get-sha.outputs.sha }} | https://rerun.io/viewer/pr/${{ github.event.pull_request.number }} |
172+
| ❌ | ${{ 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) |
173173
174174
<sup>Note: This comment is updated whenever you push a commit.</sup>

0 commit comments

Comments
 (0)