diff --git a/.github/workflows/reporting-release-summary.yml b/.github/workflows/reporting-release-summary.yml
index 39984d6ef..9c7b00057 100644
--- a/.github/workflows/reporting-release-summary.yml
+++ b/.github/workflows/reporting-release-summary.yml
@@ -156,6 +156,276 @@ jobs:
" >> summary.md
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' +
|---|