From f83baa17c005789c97f4a6533fc8e2d35697635a Mon Sep 17 00:00:00 2001 From: Michael Daniels Date: Wed, 26 Nov 2025 13:09:57 -0500 Subject: [PATCH] retire.sh: typo/grammar fixes --- scripts/retire.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/retire.sh b/scripts/retire.sh index 8dba81e..88b3f01 100755 --- a/scripts/retire.sh +++ b/scripts/retire.sh @@ -127,12 +127,12 @@ for login in *; do effect gh pr ready --repo "$ORG/$MEMBER_REPO" "$prNumber" { if (( activityCount > 0 )); then - echo "One month has passed, @$login has been active again:" + echo "One month has passed, and @$login has been active again:" cat "$tmp/$login" echo "" echo "If still appropriate, this PR may be merged and implemented by:" else - echo "One month has passed, to this PR should now be merged and implemented by:" + echo "One month has passed, so this PR should now be merged and implemented by:" fi echo "- Adding @$login to the [Retired Nixpkgs Contributors team](https://github.com/orgs/NixOS/teams/retired-nixpkgs-contributors)" echo ' ```sh'