We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9f71c8a + 9734d2a commit 297f123Copy full SHA for 297f123
scripts/retire.sh
@@ -167,6 +167,10 @@ for login in *; do
167
echo "This is an automated PR to retire @$login as a Nixpkgs committers due to not using their commit access for 1 year."
168
echo ""
169
echo "Make a comment with your motivation to keep commit access, otherwise this PR will be merged and implemented in 1 month."
170
+ echo ""
171
+ echo "> [!NOTE]"
172
+ echo -n "> Commit access is not required for most forms of contributing, including being a maintainer and reviewing PRs."
173
+ echo ' It is only needed for things that require `write` permissions to Nixpkgs, such as merging PRs.'
174
} | effect gh api \
175
--method POST \
176
/repos/"$ORG"/"$MEMBER_REPO"/pulls \
0 commit comments