From 928e4f07df14403d207158f496623c75d288a158 Mon Sep 17 00:00:00 2001 From: Amir Mofakhar Date: Fri, 6 Oct 2023 11:55:04 +0100 Subject: [PATCH] [AP-1589] Fix schema (#19) * fix schema * fix schema --- setup.py | 2 +- tap_github/schemas/pull_requests.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 2902d3f..2d75320 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ long_description = fh.read() setup(name='pipelinewise-tap-github', - version='1.1.0', + version='1.1.1', description='Singer.io tap for extracting data from the GitHub API', long_description=long_description, long_description_content_type='text/markdown', diff --git a/tap_github/schemas/pull_requests.json b/tap_github/schemas/pull_requests.json index 2f7c214..c299333 100644 --- a/tap_github/schemas/pull_requests.json +++ b/tap_github/schemas/pull_requests.json @@ -93,7 +93,7 @@ } }, "merge_commit_sha": { - "type": ["null", "string"], + "type": ["null", "string"] }, "merged_at": { "type": ["null", "string"],