Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/scripts/pull-request-dashboard/author_nudge.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 "
Expand Down