Skip to content

issues Search Results · repo:sigmavirus24/github3.py language:Python

Filter by

498 results
 (81 ms)

498 results

insigmavirus24/github3.py (press backspace or delete to remove)

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, but not the private repos. Since ...
  • nstein-gpjoule
  • 3
  • Opened 
    on Apr 8
  • #1202

Hello. How to skip ssl verify? I met this error with our GHES instance. githubent = github3.enterprise_login(url= https://our-github.internal.com , token= ghp_blahblah ) repository = githubent.repository( ...
  • retzero
  • 2
  • Opened 
    on Dec 19, 2024
  • #1200

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: ...
  • devdanzin
  • Opened 
    on Oct 17, 2024
  • #1198

couldn t find in the docs how to setup certification path or similar; I have the env REQUESTS_CA_BUNDLE variable configured but it seems that it is not being used; code: gh.repository(organization, reponame) ...
  • krllus
  • 1
  • Opened 
    on Oct 11, 2024
  • #1195

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. When using this field, ...
  • RadekManak
  • Opened 
    on Aug 13, 2024
  • #1190

Currently, when trying to create a tree with large data there is a timeout error: import github3 gh = github3.login(token= token ) repo = gh.repository( org , repo ) ... # Make big tree_data and tree_sha ...
  • rduve
  • Opened 
    on Jul 25, 2024
  • #1187

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 a way to interact with new ...
breaking
enhancement
good first issue
help wanted
  • dpiparo
  • Opened 
    on Jul 18, 2024
  • #1185

I want to get issue only(which means the topic listed in Issues github page). But issues_on returns PR also: issues = gh.issue( pytorch , pytorch ,10) for issue in issues: print(issue.pull_request_urls) ...
  • syheliel
  • Opened 
    on Jun 24, 2024
  • #1183

Hi, I try to use the code in the official documentation to get the OAuth token https://github3.readthedocs.io/en/latest/examples/oauth.html but with failure. authorize function is not available in ...
  • salvorapi
  • 2
  • Opened 
    on Apr 12, 2024
  • #1178

When is the release 2.0 due? #1018 I am currently evaluation a GitHub Python library for a project, and was settling on this package (due to its license compared with PyGitHub), and then found a huge ...
  • paulushub
  • 1
  • Opened 
    on Mar 25, 2024
  • #1175
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub