Skip to content

Commit f83baa1

Browse files
authored
retire.sh: typo/grammar fixes
1 parent 69e8084 commit f83baa1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/retire.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,12 +127,12 @@ for login in *; do
127127
effect gh pr ready --repo "$ORG/$MEMBER_REPO" "$prNumber"
128128
{
129129
if (( activityCount > 0 )); then
130-
echo "One month has passed, @$login has been active again:"
130+
echo "One month has passed, and @$login has been active again:"
131131
cat "$tmp/$login"
132132
echo ""
133133
echo "If still appropriate, this PR may be merged and implemented by:"
134134
else
135-
echo "One month has passed, to this PR should now be merged and implemented by:"
135+
echo "One month has passed, so this PR should now be merged and implemented by:"
136136
fi
137137
echo "- Adding @$login to the [Retired Nixpkgs Contributors team](https://github.com/orgs/NixOS/teams/retired-nixpkgs-contributors)"
138138
echo ' ```sh'

0 commit comments

Comments
 (0)