From c706e4a8e1b6b197e670672216fb0bed5004a812 Mon Sep 17 00:00:00 2001 From: Tony Qin Date: Wed, 13 Sep 2023 15:58:55 +0100 Subject: [PATCH] add additional field merge_commit_sha to pull requests which is a really helpful relational link --- tap_github/schemas/pull_requests.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tap_github/schemas/pull_requests.json b/tap_github/schemas/pull_requests.json index 91c0c4b..2f7c214 100644 --- a/tap_github/schemas/pull_requests.json +++ b/tap_github/schemas/pull_requests.json @@ -92,6 +92,9 @@ } } }, + "merge_commit_sha": { + "type": ["null", "string"], + }, "merged_at": { "type": ["null", "string"], "format": "date-time"