Skip to content
Open
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion pkg/github/__toolsnaps__/add_issue_comment.snap
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"type": "string"
},
"issue_number": {
"description": "Issue number to comment on",
"description": "Issue number",
"type": "number"
},
"owner": {
Expand Down
2 changes: 1 addition & 1 deletion pkg/github/__toolsnaps__/create_or_update_file.snap
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"type": "string"
},
"owner": {
"description": "Repository owner (username or organization)",
"description": "Repository owner",
"type": "string"
},
"path": {
Expand Down
2 changes: 1 addition & 1 deletion pkg/github/__toolsnaps__/delete_file.snap
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"type": "string"
},
"owner": {
"description": "Repository owner (username or organization)",
"description": "Repository owner",
"type": "string"
},
"path": {
Expand Down
6 changes: 3 additions & 3 deletions pkg/github/__toolsnaps__/get_code_scanning_alert.snap
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@
"inputSchema": {
"properties": {
"alertNumber": {
"description": "The number of the alert.",
"description": "Alert number",
"type": "number"
},
"owner": {
"description": "The owner of the repository.",
"description": "Repository owner",
"type": "string"
},
"repo": {
"description": "The name of the repository.",
"description": "Repository name",
"type": "string"
}
},
Expand Down
2 changes: 1 addition & 1 deletion pkg/github/__toolsnaps__/get_file_contents.snap
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"inputSchema": {
"properties": {
"owner": {
"description": "Repository owner (username or organization)",
"description": "Repository owner",
"type": "string"
},
"path": {
Expand Down
6 changes: 3 additions & 3 deletions pkg/github/__toolsnaps__/get_issue.snap
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@
"inputSchema": {
"properties": {
"issue_number": {
"description": "The number of the issue",
"description": "Issue number",
"type": "number"
},
"owner": {
"description": "The owner of the repository",
"description": "Repository owner",
"type": "string"
},
"repo": {
"description": "The name of the repository",
"description": "Repository name",
"type": "string"
}
},
Expand Down
4 changes: 2 additions & 2 deletions pkg/github/__toolsnaps__/list_code_scanning_alerts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@
"inputSchema": {
"properties": {
"owner": {
"description": "The owner of the repository.",
"description": "Repository owner",
"type": "string"
},
"ref": {
"description": "The Git reference for the results you want to list.",
"type": "string"
},
"repo": {
"description": "The name of the repository.",
"description": "Repository name",
"type": "string"
},
"severity": {
Expand Down
2 changes: 1 addition & 1 deletion pkg/github/__toolsnaps__/update_issue.snap
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"type": "string"
},
"issue_number": {
"description": "Issue number to update",
"description": "Issue number",
"type": "number"
},
"labels": {
Expand Down
2 changes: 1 addition & 1 deletion pkg/github/__toolsnaps__/update_pull_request.snap
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"type": "string"
},
"pullNumber": {
"description": "Pull request number to update",
"description": "Pull request number",
"type": "number"
},
"repo": {
Expand Down
Loading