From c5ee2f86ee1eac71243636b37897971e9da762e6 Mon Sep 17 00:00:00 2001 From: mingcheng Date: Tue, 23 Jun 2026 15:22:49 +0800 Subject: [PATCH] =?UTF-8?q?chore(pulse):=20format=20report=20and=20polish?= =?UTF-8?q?=20workflow=20=F0=9F=A7=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Reformat the 2026-06-08 weekly pulse report with consistent markdown - Name the Python setup and pre-commit steps in the pulse workflow - Update generated PR commit message to follow Conventional Commits Signed-off-by: mingcheng --- .github/workflows/pulse.yml | 15 +++++++++++- reports/2026-06-08.md | 47 +++++++++++++++++++++++++------------ 2 files changed, 46 insertions(+), 16 deletions(-) diff --git a/.github/workflows/pulse.yml b/.github/workflows/pulse.yml index 70c3c99..6ffe888 100644 --- a/.github/workflows/pulse.yml +++ b/.github/workflows/pulse.yml @@ -73,11 +73,24 @@ jobs: ${{ steps.pulse.outputs.report }} EOF + - name: Set up Python + uses: actions/setup-python@v5 + with: + python-version: "3.x" + + - name: Format report with pre-commit + run: | + pip install pre-commit + # Run the Markdown formatting hooks on the generated report only. + # pre-commit exits non-zero when it reformats a file, so don't fail the job. + pre-commit run mdformat end-of-file-fixer trailing-whitespace \ + --files reports/${{ env.DATE }}.md || true + - name: Create Pull Request uses: peter-evans/create-pull-request@v8.1.1 with: token: ${{ secrets.GITHUB_TOKEN }} - commit-message: "Add weekly pulse report for ${{ env.DATE }}" + commit-message: "docs: Add weekly pulse report for ${{ env.DATE }}" add-paths: reports/${{ env.DATE }}.md branch: ${{ env.SOURCE_BRANCH }} base: ${{ env.TARGET_BRANCH }} diff --git a/reports/2026-06-08.md b/reports/2026-06-08.md index f6c584a..718e092 100644 --- a/reports/2026-06-08.md +++ b/reports/2026-06-08.md @@ -1,14 +1,13 @@ # ๐Ÿ“Š GitHub Pulse Scout โ€” areal-project/AReaL -**Window:** 2026-06-01T04:35:04.613Z โ†’ 2026-06-08T04:35:04.613Z -**Issues fetched:** 14 +**Window:** 2026-06-01T04:35:04.613Z โ†’ 2026-06-08T04:35:04.613Z **Issues fetched:** 14 ## Activity | Metric | Count | | :---------------- | ----: | | ๐Ÿ†• New issues | 4 | -| โœ… Closed issues | 6 | +| โœ… Closed issues | 6 | | ๐Ÿ“‚ Currently open | 8 | ## Response efficiency @@ -32,27 +31,45 @@ ## ๐Ÿ”ฅ Hottest issues -- [#1302](https://github.com/areal-project/AReaL/issues/1302) โ€” [Roadmap] 2026 Q2 Milestones (๐Ÿ’ฌ **8**) -- [#1382](https://github.com/areal-project/AReaL/issues/1382) โ€” [Question] areal ็Žฏๅขƒไพ่ต–้—ฎ้ข˜ (๐Ÿ’ฌ **5**) -- [#1298](https://github.com/areal-project/AReaL/issues/1298) โ€” [BUG] clear_batches() crashes non-DP-head ranks on TP/PP > 1 (regression from #1282) (๐Ÿ’ฌ **4**) -- [#1260](https://github.com/areal-project/AReaL/issues/1260) โ€” [Feature] Migrate the primary megatron integration lib from `mbridge` to `megatron-bridge` (๐Ÿ’ฌ **4**) -- [#1243](https://github.com/areal-project/AReaL/issues/1243) โ€” [RFC] Integrate Ray Core RDT for Weight Syncing (๐Ÿ’ฌ **4**) +- [#1302](https://github.com/areal-project/AReaL/issues/1302) โ€” [Roadmap] 2026 Q2 + Milestones (๐Ÿ’ฌ **8**) +- [#1382](https://github.com/areal-project/AReaL/issues/1382) โ€” [Question] areal ็Žฏๅขƒไพ่ต–้—ฎ้ข˜ + (๐Ÿ’ฌ **5**) +- [#1298](https://github.com/areal-project/AReaL/issues/1298) โ€” [BUG] clear_batches() + crashes non-DP-head ranks on TP/PP > 1 (regression from #1282) (๐Ÿ’ฌ **4**) +- [#1260](https://github.com/areal-project/AReaL/issues/1260) โ€” [Feature] Migrate the + primary megatron integration lib from `mbridge` to `megatron-bridge` (๐Ÿ’ฌ **4**) +- [#1243](https://github.com/areal-project/AReaL/issues/1243) โ€” [RFC] Integrate Ray Core + RDT for Weight Syncing (๐Ÿ’ฌ **4**) ## ๐Ÿค– AI Summary # Pulse summary โ€” last **7 days** ### Overall -Activity is steady with modest throughput and healthy contributor diversity, but **21-day** average close time and **6** stale-tagged open items signal slower follow-through. Momentum is focused on roadmap planning and backend integrations rather than rapid bug triage. + +Activity is steady with modest throughput and healthy contributor diversity, but +**21-day** average close time and **6** stale-tagged open items signal slower +follow-through. Momentum is focused on roadmap planning and backend integrations rather +than rapid bug triage. ### Trends & focus -- Throughput is balanced (4 new, 6 closed) yet aging: long-lived bugs and RFCs linger while roadmap issues dominate discussion (#1302, #1381). -- **21.4 days** average close time and multiple stale labels point to limited maintainer bandwidth for cleanup and validation. -- Participation is broad (**12** unique authors) with emphasis on backend upgrades (FP8, awex/CUDA-IPC, Ray RDT) and reliability regressions (#1298). + +- Throughput is balanced (4 new, 6 closed) yet aging: long-lived bugs and RFCs linger + while roadmap issues dominate discussion (#1302, #1381). +- **21.4 days** average close time and multiple stale labels point to limited maintainer + bandwidth for cleanup and validation. +- Participation is broad (**12** unique authors) with emphasis on backend upgrades (FP8, + awex/CUDA-IPC, Ray RDT) and reliability regressions (#1298). ### Recommendations + - Triage and close or revive stale items to reduce noise and clarify priorities. -- Set service-level targets (e.g., 7-day first response, 14-day close) for bugs and regressions. -- Add short โ€œhelp wantedโ€ notes to roadmap and CC-labeled tasks to convert interest into progress. +- Set service-level targets (e.g., 7-day first response, 14-day close) for bugs and + regressions. +- Add short โ€œhelp wantedโ€ notes to roadmap and CC-labeled tasks to convert interest into + progress. -Generated on 2026-06-08T04:35:04.616Z by [GH Pulse Scout](https://github.com/oss-infra/gh-pulse-scout), a tool that analyzes GitHub issue data to provide insights into project health and trends with AI ๐Ÿ’–. +Generated on 2026-06-08T04:35:04.616Z by +[GH Pulse Scout](https://github.com/oss-infra/gh-pulse-scout), a tool that analyzes +GitHub issue data to provide insights into project health and trends with AI ๐Ÿ’–.