ci: summarize Mantis bug proof comments · openclaw/openclaw@c40f894
steipete
·
2026-05-04
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -14,7 +14,7 @@ on:
|
14 | 14 | default: main |
15 | 15 | type: string |
16 | 16 | pr_number: |
17 | | -description: Optional PR number to receive the QA evidence comment |
| 17 | +description: Optional bug or fix PR number to receive the QA evidence comment |
18 | 18 | required: false |
19 | 19 | type: string |
20 | 20 | |
@@ -334,6 +334,8 @@ jobs:
|
334 | 334 | <!-- mantis-discord-status-reactions --> |
335 | 335 | ## Mantis Discord Status Reactions QA |
336 | 336 | |
| 337 | + Summary: Mantis reran Discord status reactions against the known queued-only baseline and the candidate ref. The baseline reproduced the bug, while the candidate showed the expected queued -> thinking -> done reaction sequence. |
| 338 | + |
337 | 339 | - Scenario: \`discord-status-reactions-tool-only\` |
338 | 340 | - Run: https://github.com/${GITHUB_REPOSITORY}/actions/runs/${GITHUB_RUN_ID} |
339 | 341 | - Artifact: ${ARTIFACT_URL} |
|
| Original file line number | Diff line number | Diff line change |
|---|
@@ -346,16 +346,21 @@ after the new secret has been stored.
|
346 | 346 | ## GitHub Artifacts And PR Comments |
347 | 347 | |
348 | 348 | Mantis workflows should upload the full evidence bundle as a short-lived Actions |
349 | | -artifact. When the workflow is run for a PR, it should also publish the redacted |
350 | | -PNG screenshots to the `qa-artifacts` branch and upsert a PR comment with inline |
351 | | -before/after screenshots. Raw logs, observed messages, and other bulky evidence |
352 | | -stay in the Actions artifact. |
| 349 | +artifact. When the workflow is run for a bug report or fix PR, it should also |
| 350 | +publish the redacted PNG screenshots to the `qa-artifacts` branch and upsert a |
| 351 | +comment on that bug or fix PR with inline before/after screenshots. Do not post |
| 352 | +the primary proof only on a generic QA automation PR. Raw logs, observed |
| 353 | +messages, and other bulky evidence stay in the Actions artifact. |
353 | 354 | |
354 | 355 | The PR comment should be short and visual: |
355 | 356 | |
356 | 357 | ```md |
357 | 358 | Mantis Discord Status Reactions QA |
358 | 359 | |
| 360 | +Summary: Mantis reran the reported Discord status-reaction bug against the known |
| 361 | +bad baseline and the candidate fix. The baseline reproduced the bug, while the |
| 362 | +candidate showed the expected queued -> thinking -> done sequence. |
| 363 | + |
359 | 364 | - Scenario: `discord-status-reactions-tool-only` |
360 | 365 | - Run: <workflow run link> |
361 | 366 | - Artifact: <artifact link> |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。