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

revert(get_user_repos_installed_app): Rollback the method for obtaining a user's GitHub organization. #550

Merged
merged 1 commit into from
Dec 2, 2024

Conversation

ch-liuzhide
Copy link
Contributor

@ch-liuzhide ch-liuzhide commented Dec 2, 2024

close #537

Copy link

vercel bot commented Dec 2, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
petercat ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 2, 2024 7:27am

Copy link

Walkthrough

This pull request reverts the method used to obtain a user's GitHub organization in the get_user_repos_installed_app function. The change involves rolling back to using the get_orgs() method directly from the github_user object instead of the previous get_user_orgs function.

Changes

File Summary
server/github_app/router.py Reverted the method for obtaining GitHub organizations from get_user_orgs to github_user.get_orgs().

Copy link

codecov bot commented Dec 2, 2024

Codecov Report

Attention: Patch coverage is 50.00000% with 1 line in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
server/github_app/router.py 50.00% 1 Missing ⚠️
Files with missing lines Coverage Δ
server/github_app/router.py 36.36% <50.00%> (ø)

... and 2 files with indirect coverage changes

Copy link
Contributor

@xingwanying xingwanying left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LG

Copy link
Contributor

@xingwanying xingwanying left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LG

@xingwanying xingwanying merged commit a843d0d into main Dec 2, 2024
4 of 5 checks passed
@xingwanying xingwanying deleted the revert/orgs branch December 2, 2024 07:39
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.

无法找到关联github仓库
2 participants