Skip to content

chore(pulse): format report and polish workflow 🧹#13

Merged
mingcheng merged 1 commit into
mainfrom
chore/update-github-action
Jun 23, 2026
Merged

chore(pulse): format report and polish workflow 🧹#13
mingcheng merged 1 commit into
mainfrom
chore/update-github-action

Conversation

@mingcheng

Copy link
Copy Markdown
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>
@mingcheng mingcheng added documentation Improvements or additions to documentation enhancement New feature or request labels Jun 23, 2026
@mingcheng mingcheng self-assigned this Jun 23, 2026
@mingcheng mingcheng requested a review from Copilot June 23, 2026 07:23
@mingcheng mingcheng merged commit 4eaeb24 into main Jun 23, 2026
2 checks passed
@mingcheng mingcheng deleted the chore/update-github-action branch June 23, 2026 07:24

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants