Skip to content

Commit

Permalink
fixed typo in plurality
Browse files Browse the repository at this point in the history
  • Loading branch information
Bullrich committed Mar 6, 2024
1 parent 26c2320 commit 4f64fb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/github/merger.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export class Merger {
// If it is unstable and allowed, it can also be merged
if (error.message.includes("Pull request is in unstable status")) {
this.logger.warn(
"PR is unstable! Some non required status check is failing.",
"PR is unstable! Some non required status checks are failing.",
);
return this.allowUnstable;
}
Expand Down

0 comments on commit 4f64fb6

Please sign in to comment.