Skip to content

NO-JIRA: Migrate from github3.py to PyGithub#71

Draft
RadekManak wants to merge 1 commit intoopenshift-eng:mainfrom
RadekManak:claude/migrate-to-pygithub-011CUwBiQ43PocAz3kWfv4uY
Draft

NO-JIRA: Migrate from github3.py to PyGithub#71
RadekManak wants to merge 1 commit intoopenshift-eng:mainfrom
RadekManak:claude/migrate-to-pygithub-011CUwBiQ43PocAz3kWfv4uY

Conversation

@RadekManak
Copy link
Contributor

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

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>
@openshift-ci-robot openshift-ci-robot added the jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. label Nov 9, 2025
@openshift-ci-robot
Copy link

@RadekManak: This pull request explicitly references no jira issue.

Details

In response to this:

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

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.

@openshift-ci openshift-ci bot added the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Nov 9, 2025
@openshift-ci
Copy link
Contributor

openshift-ci bot commented Nov 9, 2025

Skipping CI for Draft Pull Request.
If you want CI signal for your change, please convert it to an actual PR.
You can still manually trigger a test run with /test all

@openshift-ci
Copy link
Contributor

openshift-ci bot commented Nov 9, 2025

[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

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-ci openshift-ci bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Nov 9, 2025
@openshift-ci openshift-ci bot added the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Mar 18, 2026
@openshift-ci
Copy link
Contributor

openshift-ci bot commented Mar 18, 2026

PR needs rebase.

Details

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 kubernetes-sigs/prow repository.

@coderabbitai
Copy link

coderabbitai bot commented Mar 18, 2026

Important

Review skipped

Auto reviews are limited based on label configuration.

🚫 Review skipped — only excluded labels are configured. (1)
  • do-not-merge/work-in-progress

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 94b44328-fae2-4c48-a7e9-8e293240f8a1

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
📝 Coding Plan
  • Generate coding plan for human review comments

Comment @coderabbitai help to get the list of available commands and usage tips.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants