From 8e503fc9027d55fbdc23778c5d07c5bef03c55f6 Mon Sep 17 00:00:00 2001 From: Kanad Gupta Date: Wed, 20 Dec 2023 14:30:12 -0600 Subject: [PATCH] chore: update schemas --- __tests__/helpers/github-workflow-schema.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/__tests__/helpers/github-workflow-schema.json b/__tests__/helpers/github-workflow-schema.json index 5e16f381a..559a6a52c 100644 --- a/__tests__/helpers/github-workflow-schema.json +++ b/__tests__/helpers/github-workflow-schema.json @@ -863,6 +863,8 @@ "ready_for_review", "locked", "unlocked", + "milestoned", + "demilestoned", "review_requested", "review_request_removed", "auto_merge_enabled", @@ -1135,7 +1137,7 @@ "properties": { "types": { "$ref": "#/definitions/types", - "items": { "type": "string", "enum": ["requested", "completed"] }, + "items": { "type": "string", "enum": ["requested", "completed", "in_progress"] }, "default": ["requested", "completed"] }, "workflows": { "type": "array", "items": { "type": "string" }, "minItems": 1 }