From b3fb7afc44d84eb4d3a6e7faac4ffcb180717cc5 Mon Sep 17 00:00:00 2001 From: Ju4tCode <42488585+yanyongyu@users.noreply.github.com> Date: Thu, 26 Sep 2024 17:30:49 +0800 Subject: [PATCH] :bug: fix date query param format --- pyproject.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 9aa32c34..e759736b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -349,6 +349,10 @@ source = "https://raw.githubusercontent.com/github/rest-api-description/main/des # { "$ref" = "#/components/schemas/organization" }, # ] } +# date-time search syntax should be string +# https://docs.github.com/search-github/getting-started-with-searching-on-github/understanding-the-search-syntax#query-for-dates +"/components/parameters/created/schema" = { format = "" } + # Webhook schema overrides # webhook check run action is required "/components/schemas/webhook-check-run-completed" = { required = [