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

Sync CheckRun class with API spec #3111

Merged
merged 8 commits into from
Jan 7, 2025
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Add CheckRun properties schemas to returned types
  • Loading branch information
EnricoMi committed Jan 7, 2025
commit 0f747ac0394b60a9fa98b18777b36f033bea61b5
1 change: 1 addition & 0 deletions github/CheckSuite.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ class CheckSuite(CompletableGithubObject):
https://docs.github.com/en/rest/reference/checks#check-suites

The OpenAPI schema can be found at
- /components/schemas/check-run/properties/check_suite
- /components/schemas/check-suite

"""
Expand Down
1 change: 1 addition & 0 deletions github/Deployment.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ class Deployment(CompletableGithubObject):
The OpenAPI schema can be found at
- /components/schemas/deployment
- /components/schemas/deployment-simple
- /paths/"/repos/{owner}/{repo}/deployments"/post/responses/202/content/"application/json"/schema
"""
Expand Down