@@ -1853,9 +1853,9 @@ Return ONLY the timestamp string - no explanations, no quotes, no extra text.`,
18531853 ref : { type : 'string' , description : 'Branch, tag, or commit reference' } ,
18541854 // Branch parameters
18551855 protected : { type : 'string' , description : 'Protection status filter' } ,
1856- required_status_checks : { type : 'string ' , description : 'Required status checks JSON' } ,
1856+ required_status_checks : { type : 'json ' , description : 'Required status checks JSON' } ,
18571857 enforce_admins : { type : 'boolean' , description : 'Enforce for admins' } ,
1858- required_pull_request_reviews : { type : 'string ' , description : 'Required PR reviews JSON' } ,
1858+ required_pull_request_reviews : { type : 'json ' , description : 'Required PR reviews JSON' } ,
18591859 // Issue parameters
18601860 labels : { type : 'string' , description : 'Comma-separated labels' } ,
18611861 assignees : { type : 'string' , description : 'Comma-separated assignees' } ,
@@ -1868,7 +1868,7 @@ Return ONLY the timestamp string - no explanations, no quotes, no extra text.`,
18681868 workflow_id : { type : 'string' , description : 'Workflow ID or filename' } ,
18691869 run_id : { type : 'number' , description : 'Workflow run ID' } ,
18701870 status : { type : 'string' , description : 'Status filter' } ,
1871- inputs : { type : 'string ' , description : 'Workflow inputs JSON' } ,
1871+ inputs : { type : 'json ' , description : 'Workflow inputs JSON' } ,
18721872 // Project parameters
18731873 owner_login : { type : 'string' , description : 'Owner login' } ,
18741874 owner_type : { type : 'string' , description : 'Owner type (user or org)' } ,
@@ -1888,7 +1888,7 @@ Return ONLY the timestamp string - no explanations, no quotes, no extra text.`,
18881888 // Gist parameters
18891889 gist_id : { type : 'string' , description : 'Gist ID' } ,
18901890 description : { type : 'string' , description : 'Description' } ,
1891- files : { type : 'string ' , description : 'Files JSON object' } ,
1891+ files : { type : 'json ' , description : 'Files JSON object' } ,
18921892 gist_public : { type : 'boolean' , description : 'Public gist status' } ,
18931893 username : { type : 'string' , description : 'GitHub username' } ,
18941894 // Fork parameters
0 commit comments