milborne/RepoPulse Open Source Health Audit
Audit the open source health of a GitHub repository.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| min-score | Minimum acceptable health score from 0 to 100. | no | 70 |
| strict-mode | Require stricter checks, including real Markdown README headings for section detection. | no | false |
| fail-on-missing | Fail the workflow when the score is below min-score. Reports warnings and outputs either way. | no | true |
| format | Main log output format. Supported values are text, markdown, and json. | no | text |
| exclude-checks | Comma-separated check IDs to exclude, such as funding,code-of-conduct. | no | "" |
| readme-language | README section language to detect. Supported values are auto, en, and es. | no | auto |
| custom-weights | JSON object that overrides check weights by check ID, such as {"funding":0}. | no | "" |
| job-summary | Write a Markdown report to the GitHub Actions job summary when available. | no | true |
Outputs
| name | description |
|---|---|
| score | Calculated repository health score. |
| passed | Whether the repository met the minimum score. |
| warnings | Warning messages found during the audit. |
| json | Structured JSON report for downstream workflow steps. |
| report-json | Alias for the structured JSON report. |