Skip to content

Commit

Permalink
feat(infra-meeting-notes): add issues count in category title (#3284)
Browse files Browse the repository at this point in the history
  • Loading branch information
lemeurherve committed Dec 6, 2022
1 parent 404297a commit 4f6fdf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/infra-meeting-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
}
if (issues.length > 0) {
markdown = `* [${category}](${context.payload.repository.html_url}/milestone/${milestone}${query}):`
markdown = `* [${category}](${context.payload.repository.html_url}/milestone/${milestone}${query}) (${issues.length}):`
for (const issue of issues) {
markdown = markdown.concat("\r\n").concat(` * [${issue.title}](${issue.html_url})`)
}
Expand Down

0 comments on commit 4f6fdf0

Please sign in to comment.