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