Skip to content

Commit

Permalink
Update trim-inactive-members.js
Browse files Browse the repository at this point in the history
Changing comment "Pre-work Checklist" --> "Skills Issue"
  • Loading branch information
t-will-gillis authored Oct 26, 2024
1 parent 2aad50b commit 5c80b63
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ async function removeInactiveMembers(previousContributors, inactiveWithOpenIssue
});
}
removedMembers.push(username);
// After removal, close member's "Pre-work checklist" if open
// After removal, close member's "Skills Issue", if open
if(username in inactiveWithOpenIssue && inactiveWithOpenIssue[username][1] === true){
closePrework(username, inactiveWithOpenIssue[username][0]);
}
Expand Down

0 comments on commit 5c80b63

Please sign in to comment.