NO-JIRA: Migrate from github3.py to PyGithub#71
NO-JIRA: Migrate from github3.py to PyGithub#71RadekManak wants to merge 1 commit intoopenshift-eng:mainfrom
Conversation
Replace github3.py library with PyGithub for GitHub API interactions. PyGithub has better support for cross-repository PRs and is more actively maintained. Changes: - Update dependency: github3.py → PyGithub>=2.8.0 - Migrate all API calls to PyGithub equivalents - Rewrite authentication using PyGithub Auth classes - Update test mocks to match PyGithub object structure - Add null safety check for deleted PR head repositories - Add missing requests import - Disable GPG signing in tests 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
|
@RadekManak: This pull request explicitly references no jira issue. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
|
Skipping CI for Draft Pull Request. |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: RadekManak The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
PR needs rebase. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
Important Review skippedAuto reviews are limited based on label configuration. 🚫 Review skipped — only excluded labels are configured. (1)
Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
📝 Coding Plan
Comment |
Replace github3.py library with PyGithub for GitHub API interactions. PyGithub has better support for cross-repository PRs and is more actively maintained.
Changes:
🤖 Generated with Claude Code