From 3d5c6fc6fd7a1291b9438c3ef611241766414df9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Per=20Nielsen=20Tik=C3=A6r?= Date: Fri, 20 Dec 2024 21:17:53 +0100 Subject: [PATCH] Update pr-bot.ts (#15980) --- scripts/bots/pr-bot.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/bots/pr-bot.ts b/scripts/bots/pr-bot.ts index cc707fb0cead3..7cfd1f7d6454d 100644 --- a/scripts/bots/pr-bot.ts +++ b/scripts/bots/pr-bot.ts @@ -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 });