Skip to content

Commit 4f6fdf0

Browse files
authored
feat(infra-meeting-notes): add issues count in category title (#3284)
1 parent 404297a commit 4f6fdf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/infra-meeting-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
}
7373
7474
if (issues.length > 0) {
75-
markdown = `* [${category}](${context.payload.repository.html_url}/milestone/${milestone}${query}):`
75+
markdown = `* [${category}](${context.payload.repository.html_url}/milestone/${milestone}${query}) (${issues.length}):`
7676
for (const issue of issues) {
7777
markdown = markdown.concat("\r\n").concat(` * [${issue.title}](${issue.html_url})`)
7878
}

0 commit comments

Comments
 (0)