Skip to content

Commit 731e790

Browse files
🐛 Fix: add missing enum values for dependabot and code scanning alerts (#204)
Co-authored-by: Ju4tCode <[email protected]>
1 parent 99903ff commit 731e790

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Diff for: pyproject.toml

+10
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)