Skip to content

feat: add summary output file input#455

Merged
2bndy5 merged 1 commit into
cpp-linter:mainfrom
philippkarg:feat/add-summary-output-file-input
Jun 27, 2026
Merged

feat: add summary output file input#455
2bndy5 merged 1 commit into
cpp-linter:mainfrom
philippkarg:feat/add-summary-output-file-input

Conversation

@philippkarg

@philippkarg philippkarg commented Jun 27, 2026

Copy link
Copy Markdown
Contributor

See cpp-linter/cpp-linter#205 & cpp-linter/cpp-linter#206.

  • Upgrade cpp-linter dependency to support the option
  • Update lockfile

Summary by CodeRabbit

  • New Features

    • Added an optional summary-output-file input to save step summary output to a file.
    • Summary output can now be written relative to the repository root when a path is provided.
  • Documentation

    • Updated the action documentation to include the new input and its minimum supported version.
  • Chores

    • Upgraded the bundled linter version.

- Upgrade `cpp-linter` dependency to support the option
- Update lockfile
@philippkarg philippkarg requested a review from a team as a code owner June 27, 2026 14:14
@philippkarg philippkarg requested review from shenxianpeng and removed request for a team June 27, 2026 14:14
@coderabbitai

coderabbitai Bot commented Jun 27, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: a0b5c401-e0f9-4ed0-8fef-28b1ea2403ec

📥 Commits

Reviewing files that changed from the base of the PR and between 51286ac and 7a4b527.

⛔ Files ignored due to path filters (1)
  • uv.lock is excluded by !**/*.lock
📒 Files selected for processing (3)
  • action.yml
  • docs/action.yml
  • pyproject.toml

Walkthrough

Adds a new optional summary-output-file action input (default empty) to action.yml and passes it to cpp-linter via --summary-output-file. The input is documented in docs/action.yml with minimum-version: 2.20.0. The cpp-linter dependency is bumped from 1.12.1 to 1.13.0.

summary-output-file input

Layer / File(s) Summary
Input declaration, CLI wiring, and dependency bump
action.yml, docs/action.yml, pyproject.toml
summary-output-file input added with empty default and passed to cpp-linter as --summary-output-file=...; documented with minimum-version: 2.20.0; dependency bumped to cpp-linter==1.13.0.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Possibly related PRs

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly summarizes the main change: adding a summary output file input to the action.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@2bndy5 2bndy5 left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Thanks for moving this forward!

Typically this would be done when dependabot submits a PR, but dependabot has been unreliable lately, because the CI runner sparse availability.

@shenxianpeng some of the CI jobs fail because the github.token cannot post the thread comment for a PR from a fork.

@2bndy5 2bndy5 added enhancement New feature or request dependencies Pull requests that update a dependency file minor A minor version bump labels Jun 27, 2026
@2bndy5 2bndy5 merged commit 415052a into cpp-linter:main Jun 27, 2026
74 of 80 checks passed
@2bndy5

2bndy5 commented Jun 27, 2026

Copy link
Copy Markdown
Collaborator

It might take a while (hours) to deploy. Lately, CI runners have been rarely available on the weekends; GitHub blames AI-related workflows and generated content for this severe drop in availability...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file enhancement New feature or request minor A minor version bump

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants