From c59118ac270f299932c486e8a80fd91b0cfcea93 Mon Sep 17 00:00:00 2001 From: Rahul Gautam Singh Date: Thu, 6 Jun 2024 23:19:38 +0545 Subject: [PATCH] update graphql query --- lib/modules/platform/github/graphql.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/modules/platform/github/graphql.ts b/lib/modules/platform/github/graphql.ts index 3931dd47d56257..6e877aeea44f93 100644 --- a/lib/modules/platform/github/graphql.ts +++ b/lib/modules/platform/github/graphql.ts @@ -41,7 +41,7 @@ export const getIssuesQuery = ` query( $owner: String!, $name: String!, - $user: String!, + $user: String, $count: Int, $cursor: String ) {