Skip to content

Commit

Permalink
chore: log depName when pending status checks
Browse files Browse the repository at this point in the history
  • Loading branch information
rarkins committed May 22, 2021
1 parent 15fde37 commit 8f49d7e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/workers/repository/process/lookup/filter-checks.ts
Expand Up @@ -51,6 +51,7 @@ export function filterInternalChecks(
if (getElapsedDays(releaseTimestamp) < stabilityDays) {
// Skip it if it doesn't pass checks
logger.debug(
{ depName },
`Release ${candidateRelease.version} is pending status checks`
);
pendingReleases.unshift(candidateRelease);
Expand Down

0 comments on commit 8f49d7e

Please sign in to comment.