File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -110,6 +110,10 @@ output_dir = "githubkit/rest/"
110
110
"/components/schemas/pull-request/properties/base/properties/repo/properties/temp_clone_token" = { type = [" string" , " null" ] }
111
111
"/components/schemas/repo-search-result-item/properties/temp_clone_token" = { type = [" string" , " null" ] }
112
112
113
+ # https://github.com/github/rest-api-description/issues/2491
114
+ "/components/schemas/auto-merge/properties/commit_title" = { type = [" string" , " null" ] }
115
+ "/components/schemas/auto-merge/properties/commit_message" = { type = [" string" , " null" ] }
116
+
113
117
[tool .codegen .webhook ]
114
118
schema_source = " https://unpkg.com/@octokit/webhooks-schemas/schema.json"
115
119
output = " githubkit/webhooks/models.py"
@@ -124,6 +128,10 @@ types_output = "githubkit/webhooks/types.py"
124
128
{ "$ref" = " #/definitions/user" }
125
129
], "$ref" = {} }
126
130
131
+ # https://github.com/github/rest-api-description/issues/2491
132
+ "/definitions/auto-merge/properties/commit_title" = { type = [" string" , " null" ] }
133
+ "/definitions/auto-merge/properties/commit_message" = { type = [" string" , " null" ] }
134
+
127
135
[tool .codegen .field_overrides ]
128
136
"+1" = " plus_one"
129
137
"-1" = " minus_one"
You can’t perform that action at this time.
0 commit comments