We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b004b5 commit b3fab59Copy full SHA for b3fab59
.github/workflows/missing-documentation-reminder.yml
@@ -35,7 +35,7 @@ jobs:
35
36
console.log(pullRequests)
37
38
- const prsNeedingDocs = pullRequests.map(pr => `- [ ] ${pr.html_url} `).join("\n");
+ const prsNeedingDocs = pullRequests.map(pr => `- [ ] ${pr.html_url} by @${pr.user.login}`).join("\n");
39
if (!prsNeedingDocs) {
40
return "- [x] All PRs with 'needs documentation' label have been updated in the book.";
41
} else {
0 commit comments