Skip to content

Commit 731e790

Browse files
🐛 Fix: add missing enum values for dependabot and code scanning alerts (#204)
Co-authored-by: Ju4tCode <42488585+yanyongyu@users.noreply.github.com>
1 parent 99903ff commit 731e790

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff 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]
526536
requires = ["poetry_core>=1.0.0"]
527537
build-backend = "poetry.core.masonry.api"

0 commit comments

Comments
 (0)