Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update GitHub OpenAPI.yaml #282

Merged
merged 12 commits into from
Jan 4, 2025
Prev Previous commit
Next Next commit
more specifically only generate the paths/types we need
MahdiBM committed Jan 3, 2025
commit 1dafd5a013d4d7743461bbef830c7e3d3832c948
2 changes: 0 additions & 2 deletions Lambdas/GitHubAPI/Aliases.swift
Original file line number Diff line number Diff line change
@@ -24,7 +24,6 @@ package typealias Release = Components.Schemas.Release
package typealias InstallationToken = Components.Schemas.InstallationToken
package typealias NullableUser = Components.Schemas.NullableSimpleUser
package typealias Contributor = Components.Schemas.Contributor
package typealias PullRequestReviewComment = Components.Schemas.PullRequestReviewComment
package typealias PullRequestReview = Components.Schemas.PullRequestReview
package typealias DiffEntry = Components.Schemas.DiffEntry
package typealias Commit = Components.Schemas.Commit
@@ -33,4 +32,3 @@ package typealias Committer = Components.Schemas.SimpleCommit.CommitterPayload
package typealias Installation = Components.Schemas.SimpleInstallation
package typealias Tag = Components.Schemas.Tag
package typealias ProjectCard = Components.Schemas.ProjectCard
package typealias TimelineIssueEvents = Components.Schemas.TimelineIssueEvents
Loading