Feature implementation from commits 6ea3384..bc1c537#2
Open
yashuatla wants to merge 15 commits into
Open
Conversation
Applies `api.github.com.2022-11-28.json` API spec.
…hub#3216) Turns these classes into `NonCompletableGithubObject`.
With PyGithub#3065 we broke pickling as it introduced a lambda into an `Auth` instance. This adds tests for all `Auth` implementations to work with pickle. Fixes PyGithub#3208.
) Turns the return value of `GitTag.verification` from `dict` into a proper class. Completes PyGithub#3028.
…curity_config` (PyGithub#3219) Follow-up on PyGithub#3095.
As a result removes wrong schema from `RequiredStatusChecks`.
This allows for programmatic maintenance of Python classes.
Adds the following attributes: - organization
Adds the following attributes: - throttled_at
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains changes from a range of commits from the original repository.
Commit Range:
6ea3384..bc1c537Files Changed: 42 (38 programming files)
Programming Ratio: 90.5%
Commits included:
HookDeliverySummaryclass with API spec (SyncHookDeliverySummaryclass with API spec PyGithub/PyGithub#3233)CopilotSeatclass with API spec (SyncCopilotSeatclass with API spec PyGithub/PyGithub#3232)Branch.get_required_status_checksreturn type (FixBranch.get_required_status_checksreturn type PyGithub/PyGithub#3235)CodeSecurityConfigRepositoryreturned byget_repos_for_code_security_config(AddCodeSecurityConfigRepositoryreturned byget_repos_for_code_security_configPyGithub/PyGithub#3219)GitTag.verificationreturnGitCommitVerification(MakeGitTag.verificationreturnGitCommitVerificationPyGithub/PyGithub#3226)Deployment, removemessageattribute (Remove schema fromDeployment, removemessageattribute PyGithub/PyGithub#3223)HookDeliveryRequestand…Responseprivate headers fields (RenameHookDeliveryRequestand…Responseprivate headers fields PyGithub/PyGithub#3221)... and 5 more commits