fix(ci): accept ClawSweeper bot mention alias · openclaw/openclaw@3af8e17
clawsweeper
·
2026-05-01
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -101,7 +101,7 @@ jobs:
|
101 | 101 | fi |
102 | 102 | body_file="$RUNNER_TEMP/clawsweeper-comment-body.txt" |
103 | 103 | printf '%s\n' "$COMMENT_BODY" > "$body_file" |
104 | | - if ! grep -Eiq '(^|[[:space:]])@clawsweeper\b|(^|[[:space:]])/(clawsweeper|review|automerge|autoclose)\b' "$body_file"; then |
| 104 | + if ! grep -Eiq '(^|[[:space:]])@(clawsweeper|openclaw-clawsweeper)\b(\[bot\])?|(^|[[:space:]])/(clawsweeper|review|automerge|autoclose)\b' "$body_file"; then |
105 | 105 | echo "No ClawSweeper command found in comment." |
106 | 106 | exit 0 |
107 | 107 | fi |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。