We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d37c605 commit 670161aCopy full SHA for 670161a
tap_github/repository_streams.py
@@ -1551,6 +1551,7 @@ class ReviewsStream(GitHubRestStream):
1551
th.Property("author_association", th.StringType),
1552
).to_dict()
1553
1554
+
1555
class PullRequestLabelEventsStream(GitHubRestStream):
1556
"""A stream dedicated to fetching label events (added/removed) for pull requests in a repository.
1557
Note: This stream uses the issues timeline API since GitHub treats PRs as issues internally."""
tap_github/streams.py
@@ -35,8 +35,8 @@
35
ProjectsStream,
36
PullRequestCommits,
37
PullRequestDiffsStream,
38
- PullRequestsStream,
39
PullRequestLabelEventsStream,
+ PullRequestsStream,
40
ReadmeHtmlStream,
41
ReadmeStream,
42
ReleasesStream,
0 commit comments