Skip to content

Commit

Permalink
Update owl-bot.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
blakeli0 committed Apr 23, 2024
1 parent 9b4d949 commit 38a0a24
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/owl-bot/src/owl-bot.ts
Original file line number Diff line number Diff line change
Expand Up @@ -630,7 +630,9 @@ const runPostProcessor = async (
}
if (!lockText) {
// If OwlBot is not configured on a repo, skip creating the check.
logger.info(`no .OwlBot.lock.yaml found for ${opts.head}, skip creating the check.`);
logger.info(
`no .OwlBot.lock.yaml found for ${opts.head}, skip creating the check.`
);
return;
}
try {
Expand Down

0 comments on commit 38a0a24

Please sign in to comment.