Skip to content

Commit b53d110

Browse files
Update auto-comment.yml
1 parent 9f14da2 commit b53d110

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/auto-comment.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
name: "Auto-Comment on Nomination Issues"
32
on:
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
"",

0 commit comments

Comments
 (0)