generated from yanyongyu/python-poetry-template
-
-
Notifications
You must be signed in to change notification settings - Fork 25
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
PullRequestPropHead
schema inconsistency: label
and user
may be null
#56
Comments
@yanyongyu
|
@schelv could you please provide the detailed error traceback? the githubkit you are using is the master version? |
yes it's the master version.
|
I see... #65 only fix the |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Contrary to what GitHub schema states, the
label
anduser
fields may be null onPullRequestPropHead
schema.It happens when the underlying branch/repository of the pull request has been deleted. Example: https://api.github.com/repos/avelino/bottle-auth/pulls/15
It'll probably require to add another override in
pyproject.toml
.The text was updated successfully, but these errors were encountered: