Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion pkg/github/repositories.go
Original file line number Diff line number Diff line change
Expand Up @@ -1233,7 +1233,8 @@
Type: "array",
Description: "Array of file objects to push, each object with path (string) and content (string)",
Items: &jsonschema.Schema{
Type: "object",
Type: "object",
AdditionalProperties: jsonschema.BoolPtr(false),

Check failure on line 1237 in pkg/github/repositories.go

View workflow job for this annotation

GitHub Actions / build (windows-latest)

undefined: jsonschema.BoolPtr

Check failure on line 1237 in pkg/github/repositories.go

View workflow job for this annotation

GitHub Actions / build (ubuntu-latest)

undefined: jsonschema.BoolPtr

Check failure on line 1237 in pkg/github/repositories.go

View workflow job for this annotation

GitHub Actions / build (macos-latest)

undefined: jsonschema.BoolPtr

Check failure on line 1237 in pkg/github/repositories.go

View workflow job for this annotation

GitHub Actions / lint

undefined: jsonschema.BoolPtr) (typecheck)

Check failure on line 1237 in pkg/github/repositories.go

View workflow job for this annotation

GitHub Actions / docs-check

undefined: jsonschema.BoolPtr

Check failure on line 1237 in pkg/github/repositories.go

View workflow job for this annotation

GitHub Actions / mcp-diff

undefined: jsonschema.BoolPtr

Check failure on line 1237 in pkg/github/repositories.go

View workflow job for this annotation

GitHub Actions / mcp-diff

undefined: jsonschema.BoolPtr

Check failure on line 1237 in pkg/github/repositories.go

View workflow job for this annotation

GitHub Actions / mcp-diff

undefined: jsonschema.BoolPtr

Check failure on line 1237 in pkg/github/repositories.go

View workflow job for this annotation

GitHub Actions / mcp-diff

undefined: jsonschema.BoolPtr

Check failure on line 1237 in pkg/github/repositories.go

View workflow job for this annotation

GitHub Actions / mcp-diff

undefined: jsonschema.BoolPtr
Properties: map[string]*jsonschema.Schema{
"path": {
Type: "string",
Expand Down
Loading