From 8e069e9906cc20f389db6f9b9ff589e917400c8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaros=C5=82aw=20Cellary?= Date: Thu, 18 Dec 2025 15:27:54 +0100 Subject: [PATCH 1/2] all issue milestones --- tap_github/streams.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tap_github/streams.py b/tap_github/streams.py index 627eb45e..c5bcb025 100644 --- a/tap_github/streams.py +++ b/tap_github/streams.py @@ -743,7 +743,7 @@ class IssueMilestones(IncrementalOrderedStream): replication_method = "INCREMENTAL" replication_keys = "updated_at" key_properties = ["id"] - path = "milestones?direction=desc&sort=updated_at" + path = "milestones?state=all&direction=desc&sort=updated_at" class Collaborators(FullTableStream): ''' From 759c1e565b1b6925737d63dd845f63b972f95301 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaros=C5=82aw=20Cellary?= Date: Thu, 18 Dec 2025 15:29:32 +0100 Subject: [PATCH 2/2] bumped version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 37115bd3..b93b7638 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import setup, find_packages setup(name='tap-github', - version='2.0.14', + version='2.0.15', description='Singer.io tap for extracting data from the GitHub API', author='Stitch', url='http://singer.io',