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

merged remote back with origin #41

Merged
merged 210 commits into from
Feb 5, 2024
Merged

merged remote back with origin #41

merged 210 commits into from
Feb 5, 2024

Conversation

jonapich
Copy link

No description provided.

EnricoMi and others added 30 commits May 5, 2023 14:54
Co-authored-by: Juan Manuel "Kang" Perez <[email protected]>
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]>
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`.
Borda and others added 27 commits December 19, 2023 09:35
…#2854)

To ensure the `state` gets updated to `DISMISSED`.
Co-authored-by: jodelasur <[email protected]>
Co-authored-by: Terence Ho <[email protected]>
Co-authored-by: harry-unlikelyai <[email protected]>
… and updating teams. (PyGithub#2863)

Signed-off-by: Andrii Kezikov <[email protected]>
Co-authored-by: Enrico Minack <[email protected]>
@jonapich jonapich marked this pull request as ready for review February 5, 2024 15:32
@jonapich jonapich merged commit a499953 into master Feb 5, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.