-
-
Notifications
You must be signed in to change notification settings - Fork 70
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
Add support for GitHub Pull Request entities #825
Labels
Comments
Nikhil Patil (space-techy) wants to implement this one but I'm not sure about the username to tag. |
@arkid15r can u assign this to me? |
@arkid15r I want to work on these issue can you assign me this issue |
Hello @arkid15r Yes I am working on it! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the solution you'd like
We need to track open pull requests (PRs) for repositories. To achieve this, we will:
Create a
PullRequest
ModelPullRequest
model undergithub/models/pull_request.py
to reflect GitHub’s pull request structure.Update sync_repository to Fetch and Store PRs
repository.get_pulls()
from PyGithub to retrieve PRs.state
,sort
, anddirection
parameters for efficient data fetching.The text was updated successfully, but these errors were encountered: