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 404297a commit 4f6fdf0Copy full SHA for 4f6fdf0
.github/workflows/infra-meeting-release.yaml
@@ -72,7 +72,7 @@ jobs:
72
}
73
74
if (issues.length > 0) {
75
- markdown = `* [${category}](${context.payload.repository.html_url}/milestone/${milestone}${query}):`
+ markdown = `* [${category}](${context.payload.repository.html_url}/milestone/${milestone}${query}) (${issues.length}):`
76
for (const issue of issues) {
77
markdown = markdown.concat("\r\n").concat(` * [${issue.title}](${issue.html_url})`)
78
0 commit comments