mirror of https://github.com/openclaw/openclaw.git
CI: run auto-response on label events (#15657)
This commit is contained in:
parent
5cd9e210fa
commit
2f9c523bbe
|
|
@ -89,7 +89,8 @@ jobs:
|
|||
}
|
||||
}
|
||||
|
||||
if (!hasTriggerLabel) {
|
||||
const isLabelEvent = context.payload.action === "labeled";
|
||||
if (!hasTriggerLabel && !isLabelEvent) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue