From 0f726994b62ee6ec93c86cad3a5c7a56e135b9f3 Mon Sep 17 00:00:00 2001 From: David Brunow <> Date: Tue, 2 May 2023 16:15:40 -0500 Subject: [PATCH] wip --- source/platforms/GitLab.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/platforms/GitLab.ts b/source/platforms/GitLab.ts index 4e19f11d8..a764b3011 100644 --- a/source/platforms/GitLab.ts +++ b/source/platforms/GitLab.ts @@ -214,7 +214,7 @@ class GitLab implements Platform { } /** - * Returns all discussions where the first note was created by Danger. + * Only fetches the discussions where danger owns the top note */ getDangerDiscussions = async (dangerID: string): Promise => { const noteFilter = await this.getDangerDiscussionNoteFilter(dangerID)