Skip to content

Commit dcf314d

Browse files
authored
Update docathon-assign.yml
1 parent a7e56bb commit dcf314d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docathon-assign.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
owner: context.repo.owner,
4444
repo: context.repo.repo,
4545
issue_number: issueNumber,
46-
body: "The issue is already assigned. Please pick an opened and unnasigned issue with the [docathon-h1-2023 label](https://github.com/pytorch/tutorials/issues?q=is%3Aopen+is%3Aissue+label%3Adocathon-h1-2023)."
46+
body: "The issue is already assigned. Please pick an opened and unnasigned issue with the [docathon-h2-2023 label](https://github.com/pytorch/tutorials/issues?q=is%3Aopen+is%3Aissue+label%3Adocathon-h2-2023)."
4747
});
4848
} else {
4949
octokit.issues.addAssignees({
@@ -54,7 +54,7 @@ jobs:
5454
});
5555
}
5656
} else {
57-
const commmentMessage = "This issue does not have the correct label. Please pick an opened and unnasigned issue with the [docathon-h1-2023 label](https://github.com/pytorch/tutorials/issues?q=is%3Aopen+is%3Aissue+label%3Adocathon-h1-2023)."
57+
const commmentMessage = "This issue does not have the correct label. Please pick an opened and unnasigned issue with the [docathon-h2-2023 label](https://github.com/pytorch/tutorials/issues?q=is%3Aopen+is%3Aissue+label%3Adocathon-h2-2023)."
5858
await octokit.issues.createComment({
5959
owner: context.repo.owner,
6060
repo: context.repo.repo,

0 commit comments

Comments
 (0)