feat: add telegram mantis evidence builder · openclaw/openclaw@378da8b
steipete
·
2026-05-10
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -12,6 +12,7 @@ on:
|
12 | 12 | - discord-status-reactions-tool-only |
13 | 13 | - discord-thread-reply-filepath-attachment |
14 | 14 | - slack-desktop-smoke |
| 15 | + - telegram-live |
15 | 16 | baseline_ref: |
16 | 17 | description: Optional baseline ref for before/after scenarios |
17 | 18 | required: false |
|
90 | 91 | fi |
91 | 92 | gh "${args[@]}" |
92 | 93 | ;; |
| 94 | + telegram-live) |
| 95 | + args=( |
| 96 | + workflow run mantis-telegram-live.yml |
| 97 | + --repo "$GITHUB_REPOSITORY" |
| 98 | + --ref main |
| 99 | + -f "candidate_ref=${CANDIDATE_REF}" |
| 100 | + ) |
| 101 | + if [[ -n "${PR_NUMBER:-}" ]]; then |
| 102 | + args+=(-f "pr_number=${PR_NUMBER}") |
| 103 | + fi |
| 104 | + gh "${args[@]}" |
| 105 | + ;; |
93 | 106 | *) |
94 | 107 | echo "Unsupported Mantis scenario: ${SCENARIO_ID}" >&2 |
95 | 108 | exit 1 |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。