mirror of
https://github.com/harivansh-afk/sandbox-agent.git
synced 2026-04-18 15:03:06 +00:00
Fix Foundry validation fallout
This commit is contained in:
parent
13fc9cb318
commit
aa332307e5
11 changed files with 25 additions and 7 deletions
|
|
@ -142,6 +142,7 @@ class MockWorkspaceStore implements TaskWorkspaceClient {
|
|||
updatedAtMs: nowMs(),
|
||||
pullRequest: {
|
||||
number: nextPrNumber,
|
||||
status: "ready",
|
||||
title: task.title,
|
||||
state: "open",
|
||||
url: `https://example.test/pr/${nextPrNumber}`,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue