Skip to content

Commit a64b82d

Browse files
authored
Merge pull request #47 from mdaniels5757/patch-1
retire.sh: grammar fixes
2 parents a555e17 + 2a0e9f3 commit a64b82d

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
@@ -182,9 +182,9 @@ for login in *; do
182182
trace git commit -m "Automatic retirement of @$login"
183183
effect git push -f -u origin "$branchName"
184184
prNumber=$({
185-
echo "This is an automated PR to retire @$login as a Nixpkgs committers due to not using their commit access for 1 year."
185+
echo "This is an automated PR to retire @$login as a Nixpkgs committer because they have not used their commit access in the past year."
186186
echo ""
187-
echo "Make a comment with your motivation to keep commit access, otherwise this PR will be merged and implemented in 1 month."
187+
echo "@$login: You can make a comment stating why you believe your commit access should be kept. Otherwise, this PR will be merged and implemented in one month."
188188
echo ""
189189
echo "> [!NOTE]"
190190
echo -n "> Commit access is not required for most forms of contributing, including being a maintainer and reviewing PRs."

0 commit comments

Comments
 (0)