Skip to content

Add RepoPulse to Static Analysis - #886

Open
3ssiri wants to merge 1 commit into
sdras:mainfrom
3ssiri:add-repopulse
Open

Add RepoPulse to Static Analysis#886
3ssiri wants to merge 1 commit into
sdras:mainfrom
3ssiri:add-repopulse

Conversation

@3ssiri

@3ssiri 3ssiri commented Aug 7, 2026

Copy link
Copy Markdown

Adds RepoPulse to the Static Analysis section.

It scores repository health out of 100 — README quality, license, .gitignore, tests, CI workflows, recent activity, sensitive file names, project structure, and package scripts — then writes the Markdown report to the workflow run summary, exposes score, grade, and percentage as step outputs, and can fail the build below a threshold.

- uses: 3ssiri/RepoPulse@v1
  with:
    fail-under: "70"

No checkout step is needed and the default workflow token is enough. Action docs: https://github.com/3ssiri/RepoPulse/blob/main/docs/github-action.md

Checked against the contribution guidelines: added at the end of the relevant category, single-line description, no duplicate entry, one suggestion in this pull request.

Repository health scoring action: README quality, license, .gitignore,
tests, CI workflows, activity, sensitive file names, structure, and
package scripts. Writes the report to the run summary, exposes score
and grade as outputs, and can fail the build below a threshold.

https://github.com/3ssiri/RepoPulse

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant