ci(mantis): allow ClawSweeper telegram proof agent (#83243) · openclaw/openclaw@0dc04fb
Takhoffman
·
2026-05-18
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -458,6 +458,7 @@ jobs:
|
458 | 458 | codex-home: /tmp/mantis-codex-home-${{ github.run_id }} |
459 | 459 | safety-strategy: unprivileged-user |
460 | 460 | codex-user: codex |
| 461 | +allow-bot-users: clawsweeper[bot] |
461 | 462 | |
462 | 463 | - name: Inspect Mantis evidence manifest |
463 | 464 | id: inspect |
|
| Original file line number | Diff line number | Diff line change |
|---|
@@ -132,6 +132,7 @@ describe("Mantis Telegram Desktop proof workflow", () => {
|
132 | 132 | expect(workflowText).toContain('eventName === "pull_request_target"'); |
133 | 133 | expect(workflowText).toContain("context.payload.pull_request?.number"); |
134 | 134 | expect(workflowText).toContain("Accepted Mantis label trigger"); |
| 135 | +expect(workflowText).toContain("allow-bot-users: clawsweeper[bot]"); |
135 | 136 | }); |
136 | 137 | |
137 | 138 | it("can publish an existing proof artifact without recapturing", () => { |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。