Skip to content
Snippets Groups Projects
Commit dc1bcee6 authored by Rhys Arkins's avatar Rhys Arkins
Browse files

chore: downgrade closed PR warning to info

parent 430b8237
No related branches found
No related tags found
No related merge requests found
......@@ -89,7 +89,8 @@ async function processBranch(branchConfig) {
return 'pr-edited';
}
} else {
logger.warn({ pr }, 'PR state is not open');
logger.info('PR state is not open - aborting');
logger.debug({ pr });
return 'pr-closed';
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment