Skip to content

Commit b3fab59

Browse files
committed
tag user
1 parent 8b004b5 commit b3fab59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/missing-documentation-reminder.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
3636
console.log(pullRequests)
3737
38-
const prsNeedingDocs = pullRequests.map(pr => `- [ ] ${pr.html_url} `).join("\n");
38+
const prsNeedingDocs = pullRequests.map(pr => `- [ ] ${pr.html_url} by @${pr.user.login}`).join("\n");
3939
if (!prsNeedingDocs) {
4040
return "- [x] All PRs with 'needs documentation' label have been updated in the book.";
4141
} else {

0 commit comments

Comments
 (0)