diff --git a/.github/workflows/reporting-release-summary.yml b/.github/workflows/reporting-release-summary.yml index 7b3d6d7fa..647b57930 100644 --- a/.github/workflows/reporting-release-summary.yml +++ b/.github/workflows/reporting-release-summary.yml @@ -170,6 +170,276 @@ jobs: echo "
Stay up to date with the latest Armbian news, development highlights, and tips — delivered straight to your inbox.
" } > summary.md + - name: "Generate HTML digest table" + shell: bash + run: | + cat > out/digest.html <<'HTMLEOF' + + + + + +Armbian Pull Request Digest
+ +No merged PRs in this period.
+| Pull Request | +Author | +Repository | +Link | +
+ ${title}
+
+ |
+ + | ${repo_name} | +View PR #${num} | + + EOF + done < out/pr-digest.tsv + + cat >> out/digest.html <<'EOF' +
|---|