From 366eddc154cc00846aad0448b12fad7273d3ade9 Mon Sep 17 00:00:00 2001 From: Trask Stalnaker Date: Wed, 29 Jul 2026 13:08:40 -0700 Subject: [PATCH] Soften the author nudge wording --- .github/scripts/pull-request-dashboard/author_nudge.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/scripts/pull-request-dashboard/author_nudge.py b/.github/scripts/pull-request-dashboard/author_nudge.py index 9e908fb91d1..4be719cb44a 100644 --- a/.github/scripts/pull-request-dashboard/author_nudge.py +++ b/.github/scripts/pull-request-dashboard/author_nudge.py @@ -155,8 +155,8 @@ def existing_nudge_comment( def render_nudge(author: str, status_url: str, episode_id: str) -> str: return "\n".join([ nudge_marker(episode_id), - f"Hi @{author} — just a friendly reminder that this pull request has " - "been waiting on you for a week.", + f"Hi @{author} — just a friendly reminder that this pull request is " + "waiting on you.", "", f"There are still items that need your attention. See the " f"[dashboard status comment]({status_url}) for the full list. You don't "