mirror of
https://github.com/alkimake/paperclip.git
synced 2026-06-15 10:30:37 +09:00
Fix routine run assignment wakeups
Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
parent
2d8c8abbfb
commit
5b1e1239fd
4 changed files with 37 additions and 7 deletions
|
|
@ -29,7 +29,7 @@ export function queueIssueAssignmentWakeup(input: {
|
|||
}) {
|
||||
if (!input.issue.assigneeAgentId || input.issue.status === "backlog") return;
|
||||
|
||||
void input.heartbeat
|
||||
return input.heartbeat
|
||||
.wakeup(input.issue.assigneeAgentId, {
|
||||
source: "assignment",
|
||||
triggerDetail: "system",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue