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

Missing = None in GitRefs for pull_requests. #1956

Closed
PhilipMay opened this issue Jan 4, 2024 · 1 comment · Fixed by #1960
Closed

Missing = None in GitRefs for pull_requests. #1956

PhilipMay opened this issue Jan 4, 2024 · 1 comment · Fixed by #1960

Comments

@PhilipMay
Copy link

PhilipMay commented Jan 4, 2024

pull_requests: Optional[List[GitRefInfo]]

pull_requests is marked as Optional but I think an = None is missing.

Also see the issue here: UKPLab/sentence-transformers#2396 (comment)

@Wauplin
Copy link
Contributor

Wauplin commented Jan 5, 2024

Thanks for reporting @PhilipMay! I opened #1960 to fix this.

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 a pull request may close this issue.

2 participants