Skip to content

Commit

Permalink
🐛 fix date query param format
Browse files Browse the repository at this point in the history
  • Loading branch information
yanyongyu committed Sep 26, 2024
1 parent 81c7e86 commit b3fb7af
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "<unset>" }

# Webhook schema overrides
# webhook check run action is required
"/components/schemas/webhook-check-run-completed" = { required = [
Expand Down

0 comments on commit b3fb7af

Please sign in to comment.