chore(pulse): format report and polish workflow 🧹#13
Merged
Conversation
mingcheng
commented
Jun 23, 2026
Contributor
- 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
- 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 <mingcheng@apache.org>
There was a problem hiding this comment.
Pull request overview
Polishes the weekly pulse reporting automation by reformatting the generated report markdown and refining the pulse GitHub Actions workflow (step names + Conventional Commits commit message).
Changes:
- Reflow and normalize markdown formatting in the 2026-06-08 weekly pulse report.
- Add explicit Python setup + a formatting step in the pulse workflow to run markdown-related pre-commit hooks on the generated report.
- Update the automated PR commit message to use a Conventional Commits
docs:prefix.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| reports/2026-06-08.md | Reformats the weekly pulse report for more consistent markdown wrapping/spacing. |
| .github/workflows/pulse.yml | Adds Python + formatting steps and updates the generated PR commit message format. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
+76
to
+80
| - name: Set up Python | ||
| uses: actions/setup-python@v5 | ||
| with: | ||
| python-version: "3.x" | ||
|
|
Comment on lines
+83
to
+87
| 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.