✨ Source GitHub: add stream ProjectsV2 (#30731)
Co-authored-by: artem1205 <artem1205@users.noreply.github.com>
This commit is contained in:
@@ -36,6 +36,7 @@ from .streams import (
|
||||
ProjectCards,
|
||||
ProjectColumns,
|
||||
Projects,
|
||||
ProjectsV2,
|
||||
PullRequestCommentReactions,
|
||||
PullRequestCommits,
|
||||
PullRequests,
|
||||
@@ -311,6 +312,7 @@ class SourceGithub(AbstractSource):
|
||||
PullRequestCommentReactions(**repository_args_with_start_date),
|
||||
PullRequestCommits(parent=pull_requests_stream, **repository_args),
|
||||
PullRequestStats(**repository_args_with_start_date),
|
||||
ProjectsV2(**repository_args_with_start_date),
|
||||
pull_requests_stream,
|
||||
Releases(**repository_args_with_start_date),
|
||||
Repositories(**organization_args_with_start_date),
|
||||
|
||||
Reference in New Issue
Block a user