scope refactoring
This commit is contained in:
parent
fc725ec65f
commit
b8eb744e79
5 changed files with 118 additions and 10 deletions
|
|
@ -98,3 +98,12 @@ class RepoDispatch(BaseModel):
|
|||
scope_needs_review: bool
|
||||
scope_issue_details: list[ScopeIssueDetail]
|
||||
last_state_synced_at: datetime | None
|
||||
|
||||
|
||||
class RepoScopeHealth(BaseModel):
|
||||
repo_slug: str
|
||||
domain_slug: str | None = None
|
||||
local_path: str | None = None
|
||||
path_available: bool
|
||||
scope_needs_review: bool
|
||||
scope_issue_details: list[ScopeIssueDetail]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue