Skip to content

Commit

Permalink
Update pr-bot.ts (#15980)
Browse files Browse the repository at this point in the history
  • Loading branch information
pernielsentikaer authored Dec 20, 2024
1 parent 95f1b3b commit 3d5c6fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/bots/pr-bot.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export default async ({ github, context }: API) => {
return;
}

const expectations = "You can expect an initial review within five business days.";
const expectations = "Due to our current reduced availability, the initial review may take up to 10-15 business days 🎄";

const codeowners = await getCodeOwners({ github, context });

Expand Down

0 comments on commit 3d5c6fc

Please sign in to comment.