Skip to content

Commit

Permalink
Revert #3909 (#3910)
Browse files Browse the repository at this point in the history
  • Loading branch information
lemeurherve authored Jan 16, 2024
1 parent 55bc60a commit 96a61d7
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/infra-meeting-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,7 @@ jobs:
if (issues.length > 0) {
for (const issue of issues) {
if ((issuesState == 'open') || ((issuesState == 'closed') && (issue.state_reason == closeReason))){
const assigned = issues.assignees ? issues.assignees.join(', ') : 'unassigned'
markdown = markdown.concat("\r\n").concat(` * [${issue.title}](${issue.html_url}) (${assigned})`)
markdown = markdown.concat("\r\n").concat(` * [${issue.title}](${issue.html_url})`)
}
}
}
Expand Down Expand Up @@ -94,9 +93,7 @@ jobs:
${wip}
<!--
${next}
-->
</code></pre>
<details><summary>Preview:</summary>
Expand Down

0 comments on commit 96a61d7

Please sign in to comment.