Skip to content

Commit 17cc12f

Browse files
Update auto-comment.yml
1 parent f86fcf2 commit 17cc12f

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

.github/workflows/auto-comment.yml

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ jobs:
2121
return;
2222
}
2323
24-
let programName = "Foundation Initiative Program";
25-
let programDocs = "https://github.com/pytorch-fdn/foundation-initiative";
24+
let programName = "PyTorch Foundation Programs";
25+
let programDocs = "https://github.com/pytorch-fdn/foundation-programs";
2626
2727
if (labels.includes("ambassador")) {
2828
programName = "PyTorch Ambassador Program";
2929
programDocs = "https://github.com/pytorch-fdn/foundation-initiative/blob/main/pytorch-ambassador-program.md";
30-
} else if (labels.includes("osp-outreach")) {
30+
} else if (labels.includes("ospo-outreach")) {
3131
programName = "OSPO Outreach Program";
3232
programDocs = "https://github.com/pytorch-fdn/foundation-initiative/blob/main/osp-outreach.md";
3333
} else if (labels.includes("speakers-bureau")) {
@@ -37,10 +37,11 @@ jobs:
3737
3838
const commentBody = `👋 Thank you for submitting a nomination for the **${programName}**! 🎉\n\n
3939
Your nomination is currently under review. A team member will evaluate the submission and update the status accordingly.\n\n
40-
🔹 **Next Steps:**\n
41-
- If additional details are needed, we will comment here requesting more information.\n
42-
- If approved, we will update the status to **"approved"** ✅ and contact you regarding the next steps.\n
43-
- If the nomination does not meet the criteria, we will provide feedback and mark it as **"rejected"** ❌.\n\n
40+
🔹 **Review Process & Next Steps:**\n
41+
1️⃣ **Initial Review** - The nomination will be reviewed by the team.
42+
2️⃣ **One-on-One Review** - If shortlisted, the nominee will have a session with the Executive Director.
43+
3️⃣ **Ranking & Selection** - Nominees will be ranked based on eligibility & impact.
44+
4️⃣ **Final Decision** - Selected ambassadors will receive an **official invitation**. ✅\n\n
4445
📖 **Program Details & Requirements:** [Read More Here](${programDocs})\n\n
4546
Please stay tuned and feel free to respond here if you have any questions. 🚀`;
4647
@@ -50,3 +51,4 @@ jobs:
5051
issue_number: issue.number,
5152
body: commentBody
5253
});
54+

0 commit comments

Comments
 (0)