File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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
522522"/webhooks/repository-dispatch-sample.collected/post" = { operationId = " repository-dispatch" }
523523# "/components/schemas/webhook-repository-dispatch-sample/properties/action" = { enum = "<unset>" }
524524
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+
525535[build-system ]
526536requires = [" poetry_core>=1.0.0" ]
527537build-backend = " poetry.core.masonry.api"
You can’t perform that action at this time.
0 commit comments