1
0
mirror of synced 2025-12-20 10:32:35 -05:00

Source GitHub: add stream ProjectsV2 (#30731)

Co-authored-by: artem1205 <artem1205@users.noreply.github.com>
This commit is contained in:
Artem Inzhyyants
2023-09-28 08:46:29 +02:00
committed by GitHub
parent 0537dde7d2
commit 61a63ec2ff
11 changed files with 9507 additions and 2518 deletions

View File

@@ -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),