forked from PyGithub/PyGithub
-
Notifications
You must be signed in to change notification settings - Fork 1
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
merged remote back with origin #41
Merged
Merged
Conversation
This file contains 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
Co-authored-by: Nicolas Schweitzer <[email protected]>
Co-authored-by: Juan Manuel "Kang" Perez <[email protected]>
Co-authored-by: Glenn McDonald <[email protected]>
…reate_git_tag_and_release` (PyGithub#2417)
Co-authored-by: Nevins Bartolomeo <[email protected]>
Adds support for new `create_fork` arguments: - `name` - To set the name of the fork on creation - `default_branch_only` - To only include the default branch Signed-off-by: Jonathan Leitschuh <[email protected]>
Co-authored-by: Enrico Minack <[email protected]>
Co-authored-by: Steve Kowalik <[email protected]>
Note: This is a breaking change. The order of parameters of `PullRequest.get_review_comments` has changed to match other `get_comments` methods and Github API parameter order. Users should change `PullRequest.get_review_comments(since)` to `PullRequest.get_review_comments(since=since)`. Calling without parameter is not breaking: `PullRequest.get_review_comments()`
This adds argument `auth` and deprecates `login_or_token`, `password`, `jwt`, and `app_auth` arguments of `github.Github`. This adds argument `auth` and deprecates `integration_id`, `private_key` of `github.GithubIntegration`. This deprecates the `create_jwt` method of `github.GithubIntegration`, replaced by `github.Auth.AppAuth.create_jwt`.
…ven (PyGithub#2543) Fixes slug attribute to fetch app when not set. Loads app with slug lazily, fetch complete app without slug.
Allows to refresh Github App user token. Integrates `ApplicationOAuth` into `github.Auth`.
…#2854) To ensure the `state` gets updated to `DISMISSED`.
…thub#1996) Co-authored-by: Enrico Minack <[email protected]>
Co-authored-by: Enrico Minack <[email protected]>
…icatedUser` and `Organization` (PyGithub#2871)
Co-authored-by: jodelasur <[email protected]> Co-authored-by: Terence Ho <[email protected]> Co-authored-by: harry-unlikelyai <[email protected]>
Co-authored-by: Enrico Minack <[email protected]>
… and updating teams. (PyGithub#2863) Signed-off-by: Andrii Kezikov <[email protected]> Co-authored-by: Enrico Minack <[email protected]>
pballandras
approved these changes
Feb 5, 2024
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.
No description provided.