Skip to content

Commit 38a4441

Browse files
committed
add pull number
1 parent d37c605 commit 38a4441

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tap_github/repository_streams.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1574,6 +1574,7 @@ def parse_response(self, response: requests.Response) -> Iterable[dict]:
15741574
th.Property("repo", th.StringType),
15751575
th.Property("org", th.StringType),
15761576
th.Property("repo_id", th.IntegerType),
1577+
th.Property("pull_number", th.IntegerType),
15771578
# Event Keys
15781579
th.Property("id", th.IntegerType),
15791580
th.Property("node_id", th.StringType),

0 commit comments

Comments
 (0)