From 8aa748cb7f904452af233ea1204b2fe903496854 Mon Sep 17 00:00:00 2001 From: mergify-ci-bot Date: Thu, 14 Nov 2024 08:25:51 +0000 Subject: [PATCH] chore: sync Mergify JSON Schema files --- public/api-schemas.json | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/public/api-schemas.json b/public/api-schemas.json index 1616d6d449..c049a1343c 100644 --- a/public/api-schemas.json +++ b/public/api-schemas.json @@ -1163,17 +1163,6 @@ } ], "parameters": [ - { - "name": "number", - "in": "path", - "required": true, - "schema": { - "type": "integer", - "description": "The pull request number", - "title": "Number" - }, - "description": "The pull request number" - }, { "name": "owner", "in": "path", @@ -1200,6 +1189,18 @@ "title": "Repository" }, "description": "The name of the repository" + }, + { + "name": "number", + "in": "path", + "required": true, + "schema": { + "type": "integer", + "minimum": 0, + "description": "The pull request number", + "title": "Number" + }, + "description": "The pull request number" } ], "requestBody": {