From 7f04e4df98f81b1f0974eda527720a7f56101518 Mon Sep 17 00:00:00 2001 From: Carlos A Becker Date: Mon, 22 Aug 2022 21:48:20 -0300 Subject: [PATCH] docs: update jsonschema Signed-off-by: Carlos A Becker --- www/docs/static/schema-pro.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/www/docs/static/schema-pro.json b/www/docs/static/schema-pro.json index 74b2efb01ec..c205ee3fc59 100644 --- a/www/docs/static/schema-pro.json +++ b/www/docs/static/schema-pro.json @@ -1953,6 +1953,9 @@ "replace_existing_draft": { "type": "boolean" }, + "target_commitish": { + "type": "string" + }, "disable": { "type": "boolean" },