From 1686d114fb827bae07ea19cb0e30cc1c550b415a Mon Sep 17 00:00:00 2001 From: pseusys Date: Sun, 26 Feb 2023 08:40:24 +0100 Subject: [PATCH] hiding outdated comments --- sources/manager_download.py | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/sources/manager_download.py b/sources/manager_download.py index 2dfb2b5..ecea548 100644 --- a/sources/manager_download.py +++ b/sources/manager_download.py @@ -119,6 +119,13 @@ GITHUB_API_QUERIES = { } } } +""", + "hide_outdated_comment": """ +mutation { + minimizeComment(input: {classifier:OUTDATED, subjectId: "$id"}) { + clientMutationId + } +} """, }