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

🎉 Source Github: use GraphQL for reviews stream (#13989)

Signed-off-by: Sergey Chvalyuk <grubberr@gmail.com>
This commit is contained in:
Serhii Chvaliuk
2022-06-28 18:35:12 +03:00
committed by GitHub
parent 26a33dff3c
commit 4072d46a7c
17 changed files with 639 additions and 162 deletions

View File

@@ -217,7 +217,7 @@ class SourceGithub(AbstractSource):
Releases(**repository_args_with_start_date),
Repositories(**organization_args_with_start_date),
ReviewComments(**repository_args_with_start_date),
Reviews(parent=pull_requests_stream, **repository_args_with_start_date),
Reviews(**repository_args_with_start_date),
Stargazers(**repository_args_with_start_date),
Tags(**repository_args),
teams_stream,