mirror of
https://github.com/farcasclaudiu/openclaw.git
synced 2026-06-28 23:02:02 +03:00
CI: run auto-response on label events (#15657)
This commit is contained in:
@@ -89,7 +89,8 @@ jobs:
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!hasTriggerLabel) {
|
const isLabelEvent = context.payload.action === "labeled";
|
||||||
|
if (!hasTriggerLabel && !isLabelEvent) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user