github3.py icon indicating copy to clipboard operation
github3.py copied to clipboard

Hi, I'm a library for interacting with GItHub's REST API in a convenient and ergonomic way. I work on Python 3.6+.

Results 78 github3.py issues
Sort by recently updated
recently updated
newest added

Resolves https://github.com/sigmavirus24/github3.py/discussions/1128 I updated `issue.py` to consider `assignees` also on issue closing as well as re-opening. This prevents extra-assignees from being unassigned if an issue is closed and allows re-opening...

GitHub added support for having multiple-forks of the same repository in a single organization. For this to work, a new parameter `head_repo` was added to the pull request API call....

Currently, when trying to create a tree with large data there is a timeout error: ```python3 import github3 gh = github3.login(token=) repo = gh.repository(, ) ... # Make big tree_data...

The way github3 allows to interact with classic projects is just great: unfortunately those will be discontinued this August, i.e. in a month. It would be very useful to have...

help wanted
breaking
good first issue
enhancement

This PR adds `data={"branch": self.name}` to the request made by `Branch.sync_with_upstream`, in conformance with the corresponding [API docs](https://docs.github.com/en/rest/branches/branches?apiVersion=2022-11-28#sync-a-fork-branch-with-the-upstream-repository). Also removes the mention that this is a beta feature as I...

Hello, first of all thank you so much for this incredible library! I tried to sync my repos default branches with upstream using `Branch.sync_with_upstream`, but it failed with `github3.exceptions.ForbiddenError: 403...

updates: - [github.com/asottile/pyupgrade: v3.17.0 → v3.18.0](https://github.com/asottile/pyupgrade/compare/v3.17.0...v3.18.0) - [github.com/asottile/setup-cfg-fmt: v2.5.0 → v2.7.0](https://github.com/asottile/setup-cfg-fmt/compare/v2.5.0...v2.7.0)

Hi, I found a potential Bug, I'm co-owner of a github (non-enterprise) organization, but I'm unable to list our private repos. I'm able to list the public / forked repos,...