feat: prep for mentorship to be self-assignable
Node.js CI / Lint and Test (push) Successful in 28s

This commit is contained in:
2025-12-03 15:27:41 -08:00
parent 34d71c73aa
commit 9ada4b9cbe
2 changed files with 3 additions and 11 deletions
-8
View File
@@ -40,13 +40,5 @@ export const logMenteeJoin = async(
);
return;
}
await channel.send({
content: `Hey <@${member.id}>~!
Welcome to our community! It looks like you may have applied for our mentorship programme!
If that is correct, you should ping Naomi **with your GitHub username** to grant your role and begin onboarding! <a:love:1364089736557494353>`,
});
await logger.metric("processed_mentee_join", 1, { user: member.id });
};
+3 -3
View File
@@ -46,11 +46,11 @@ export const processMentorshipRole = async(
Welcome to our mentorship programme! We are excited to have you here and help you grow and reach success.
To get started, please make sure you have accepted the GitHub invite for your dedicated repository under the [NHCarrigan Mentorship organsation](<https://github.com/nhcarrigan-mentorship>).
To get started, please ping Naomi with your GitHub username and your first and last name. She will invite you to your dedicated repository in the [NHCarrigan Mentorship organsation](<https://github.com/nhcarrigan-mentorship>) where you can work on your flagship project.
Once you have done this, your next step is to read our [wiki](<https://nhcarrigan.notion.site/mentorship-wiki>). Then, create your post in <#1400629118110011526> as outlined in the wiki.
Once you have done this, your next step is to read our [wiki](<https://docs.nhcarrigan.com/mentorship/00-faq/>). Then, create your goal-setting post in <#1400629118110011526> and your project-planning post in <#1400616702265266186> as outlined in the wiki.
Naomi will follow up with you from there! Best of luck on your journey~! <a:love:1364089736557494353>`,
If at any time you need some guidance, support, or review, please ping Naomi! She's always happy to help you succeed in your mentorship! Best of luck on your journey~! <a:love:1364089736557494353>`,
});
await logger.metric("processed_mentorship_role", 1, {
user: updatedMember.id,