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.
1 parent 7bd62f4 commit 80fdeddCopy full SHA for 80fdedd
tools/find-inactive-collaborators.mjs
@@ -115,7 +115,7 @@ async function moveCollaboratorToEmeritus(peopleToMove) {
115
// the list, print out the remaining entries to be moved because they come
116
// alphabetically after the last item.
117
if (inCollaboratorEmeritusSection && line === '' &&
118
- fileContents.endsWith('>\n')) {
+ fileContents.endsWith('>\n')) {
119
while (textToMove.length) {
120
fileContents += textToMove.pop();
121
}
0 commit comments