Skip to content

Commit 3cbf757

Browse files
Copilotomgitsads
andcommitted
Update toolsnaps for migrated Dependabot tools
Co-authored-by: omgitsads <[email protected]>
1 parent 06440fd commit 3cbf757

File tree

2 files changed

+32
-32
lines changed

2 files changed

+32
-32
lines changed
Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,30 @@
11
{
22
"annotations": {
3-
"title": "Get dependabot alert",
4-
"readOnlyHint": true
3+
"readOnlyHint": true,
4+
"title": "Get dependabot alert"
55
},
66
"description": "Get details of a specific dependabot alert in a GitHub repository.",
77
"inputSchema": {
8+
"type": "object",
9+
"required": [
10+
"owner",
11+
"repo",
12+
"alertNumber"
13+
],
814
"properties": {
915
"alertNumber": {
10-
"description": "The number of the alert.",
11-
"type": "number"
16+
"type": "number",
17+
"description": "The number of the alert."
1218
},
1319
"owner": {
14-
"description": "The owner of the repository.",
15-
"type": "string"
20+
"type": "string",
21+
"description": "The owner of the repository."
1622
},
1723
"repo": {
18-
"description": "The name of the repository.",
19-
"type": "string"
24+
"type": "string",
25+
"description": "The name of the repository."
2026
}
21-
},
22-
"required": [
23-
"owner",
24-
"repo",
25-
"alertNumber"
26-
],
27-
"type": "object"
27+
}
2828
},
2929
"name": "get_dependabot_alert"
3030
}
Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,46 +1,46 @@
11
{
22
"annotations": {
3-
"title": "List dependabot alerts",
4-
"readOnlyHint": true
3+
"readOnlyHint": true,
4+
"title": "List dependabot alerts"
55
},
66
"description": "List dependabot alerts in a GitHub repository.",
77
"inputSchema": {
8+
"type": "object",
9+
"required": [
10+
"owner",
11+
"repo"
12+
],
813
"properties": {
914
"owner": {
10-
"description": "The owner of the repository.",
11-
"type": "string"
15+
"type": "string",
16+
"description": "The owner of the repository."
1217
},
1318
"repo": {
14-
"description": "The name of the repository.",
15-
"type": "string"
19+
"type": "string",
20+
"description": "The name of the repository."
1621
},
1722
"severity": {
23+
"type": "string",
1824
"description": "Filter dependabot alerts by severity",
1925
"enum": [
2026
"low",
2127
"medium",
2228
"high",
2329
"critical"
24-
],
25-
"type": "string"
30+
]
2631
},
2732
"state": {
28-
"default": "open",
33+
"type": "string",
2934
"description": "Filter dependabot alerts by state. Defaults to open",
35+
"default": "open",
3036
"enum": [
3137
"open",
3238
"fixed",
3339
"dismissed",
3440
"auto_dismissed"
35-
],
36-
"type": "string"
41+
]
3742
}
38-
},
39-
"required": [
40-
"owner",
41-
"repo"
42-
],
43-
"type": "object"
43+
}
4444
},
4545
"name": "list_dependabot_alerts"
4646
}

0 commit comments

Comments
 (0)