From bc6a4702c59e9d581f0d2e0cfd60d37bd1f19b71 Mon Sep 17 00:00:00 2001 From: Julian Mehnle Date: Sat, 20 Jul 2024 04:40:17 +0000 Subject: [PATCH] `check_suite` webhook schema override. Tolerate any string values in `check_suite.app.events` array. This works around https://github.com/github/rest-api-description/issues/3775. --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 4f95ae587..e96023df7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -358,6 +358,8 @@ source = "https://raw.githubusercontent.com/github/rest-api-description/main/des "repository", "sender", ] } +# webhook check suite completed events can be any strings +"/components/schemas/webhook-check-suite-completed/properties/check_suite/properties/app/properties/events/items" = { enum = "" } # webhook deployment protection rule action is required "/components/schemas/webhook-deployment-protection-rule-requested" = { required = [ "action",