File tree 1 file changed +10
-0
lines changed
1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -522,6 +522,16 @@ source = "https://raw.githubusercontent.com/github/rest-api-description/main/des
522
522
"/webhooks/repository-dispatch-sample.collected/post" = { operationId = " repository-dispatch" }
523
523
# "/components/schemas/webhook-repository-dispatch-sample/properties/action" = { enum = "<unset>" }
524
524
525
+ # https://github.com/yanyongyu/githubkit/issues/205
526
+ # https://github.com/github/rest-api-description/issues/4727
527
+ "/components/schemas/dependabot-alert-with-repository/properties/dependency/properties/relationship/enum" = { "<add>" = [
528
+ " inconclusive" ,
529
+ ] }
530
+ # https://github.com/github/rest-api-description/issues/4728
531
+ "/components/schemas/code-scanning-alert-classification/enum" = { "<add>" = [
532
+ " documentation" ,
533
+ ] }
534
+
525
535
[build-system ]
526
536
requires = [" poetry_core>=1.0.0" ]
527
537
build-backend = " poetry.core.masonry.api"
You can’t perform that action at this time.
0 commit comments