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)