diff --git a/lib/platform/github/index.js b/lib/platform/github/index.js index 64100d76b130d69fff072a1a6b05db59d2bc1e86..767b0e52277f437d95df7fa3562054cea63eb994 100644 --- a/lib/platform/github/index.js +++ b/lib/platform/github/index.js @@ -900,7 +900,7 @@ async function getOpenPrs() { const prNumbers = []; // istanbul ignore if if (!res.data) { - logger.warn({ query, res }, 'No graphql res.data'); + logger.info({ query, res }, 'No graphql res.data'); return {}; } for (const pr of res.data.repository.pullRequests.nodes) {