File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 1-
21name : " Auto-Comment on Nomination Issues"
32on :
43 issues :
@@ -20,12 +19,12 @@ jobs:
2019 const repoName = context.repo.repo;
2120
2221 let programName = "PyTorch Foundation Program";
23- let programDocs = "https://github.com/pytorch-fdn/foundation-programs ";
22+ let programDocs = "https://github.com/pytorch-fdn/ambassador-program ";
2423 let commentBody = "";
2524
2625 if (labels.includes("ambassador")) {
2726 programName = "PyTorch Ambassador Program";
28- programDocs = "https://github.com/pytorch-fdn/foundation-programs /blob/main/ambassador /README.md";
27+ programDocs = "https://github.com/pytorch-fdn/ambassador-program /blob/main/README.md";
2928 commentBody = [
3029 `👋 Thank you for submitting a nomination for the **${programName}**! 🎉`,
3130 "",
You can’t perform that action at this time.
0 commit comments