Shared
ModelsExpand Collapse
class Commit: …
class Commit: …
repo: Repo
repo: Repo
branch: str
name: str
owner: str
sha: str
CommitConclusion = Literal["error", "warning", "note", 9 more]
CommitConclusion = Literal["error", "warning", "note", 9 more]
Accepts one of the following:
"error"
"warning"
"note"
"success"
"merge_conflict"
"upstream_merge_conflict"
"fatal"
"payment_required"
"cancelled"
"timed_out"
"noop"
"version_bump"
Accepts one of the following:
class Content: …
class Content: …
content: str
content: str
File content
class URL: …
class URL: …
url: str
url: str
URL to fetch file content from
Target = Literal["node", "typescript", "python", 8 more]
Target = Literal["node", "typescript", "python", 8 more]
Accepts one of the following:
"node"
"typescript"
"python"
"go"
"java"
"kotlin"
"ruby"
"terraform"
"cli"
"php"
"csharp"