From 09645b9ec8c82712cd527cc18d9475e730c0b537 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herv=C3=A9=20Le=20Meur?= <91831478+lemeurherve@users.noreply.github.com> Date: Tue, 16 Jan 2024 12:04:44 +0100 Subject: [PATCH] chore: improve infra meeting notes markdown output (#3909) * add comments around backlog issues section * add issue assignee(s) to the markdown output --- .github/workflows/infra-meeting-release.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/infra-meeting-release.yaml b/.github/workflows/infra-meeting-release.yaml index 9084852..9a63771 100644 --- a/.github/workflows/infra-meeting-release.yaml +++ b/.github/workflows/infra-meeting-release.yaml @@ -63,7 +63,8 @@ jobs: if (issues.length > 0) { for (const issue of issues) { if ((issuesState == 'open') || ((issuesState == 'closed') && (issue.state_reason == closeReason))){ - markdown = markdown.concat("\r\n").concat(` * [${issue.title}](${issue.html_url})`) + const assigned = issues.assignees.join(', ') + markdown = markdown.concat("\r\n").concat(` * [${issue.title}](${issue.html_url}) (${assigned})`) } } } @@ -93,7 +94,9 @@ jobs: ${wip} +
Preview: