Skip to content

Commit

Permalink
chore: log message grammar ⬆️
Browse files Browse the repository at this point in the history
  • Loading branch information
nikku committed Oct 15, 2021
1 parent 375e46d commit 0f3e513
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/bot.js
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ async function handlePullRequestReviewSubmitted(context) {
const pullRequest = await findPullRequestByShallowRef(context, pull_request);

if (!pullRequest) {
context.log.warn(ctx, 'skipping: no PR found by shallow ref');
context.log.warn(ctx, 'skipping: no PR found for shallow ref');
return;
}

Expand Down

0 comments on commit 0f3e513

Please sign in to comment.