pullminder/Pullminder Action
Validate Pullminder rule registries, run PR risk reviews, or execute CI checks with annotations and artifact upload
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jun 10, 2026
- License
- Apache 2.0
Pinned Snippet
uses: pullminder/action@cfd7c611e04690d813c2554c688a411043ed4c37 # v1.0.3tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| version | CLI version to use | — | latest |
| mode | Action mode: 'registry' for registry validation, 'pr-review' for PR risk scoring, 'ci' for CI annotations with artifact upload | — | registry |
| command | Registry subcommand to run (only applies to mode: registry) | — | validate |
| strict | Enable strict validation (only applies to mode: registry) | — | true |
| api-token | API token for Pullminder platform (reserved for future use in mode: pr-review) | — | "" |
| fail-on | Minimum severity that causes failure: critical, high, medium, low (only applies to mode: pr-review or ci) | — | "" |
| fail-on-count | Maximum number of findings allowed before failing (only applies to mode: pr-review or ci) | — | "" |
| config | Path to config file (only applies to mode: pr-review or ci) | — | "" |
| include | Glob patterns to include in CI scan (only applies to mode: ci) | — | "" |
| exclude | Glob patterns to exclude from CI scan (only applies to mode: ci) | — | "" |
| upload-artifact | Upload raw CLI output as workflow artifact (only applies to mode: ci) | — | true |
| comment | Post results as PR comment | — | true |
| working-directory | Working directory for CLI invocation. Registry mode: path to registry root. pr-review/ci: path to repository. | — | . |
| coverage-mode | Coverage mode: 'artifact' (default, upload as GitHub artifact) or 'webhook' (POST directly to Pullminder) | — | artifact |
| coverage-webhook-token | Coverage webhook token for webhook mode (set PULLMINDER_COVERAGE_TOKEN env var instead for security) | — | "" |
| coverage-webhook-url | Custom webhook URL (defaults to Pullminder API) | — | "" |
| coverage-file | Path to coverage file to upload in webhook mode | — | "" |
| coverage-test-command | Shell command to run before uploading coverage (e.g., 'npm test -- --coverage', 'go test -coverprofile=cover.out ./...'). Runs only in webhook mode. | — | "" |
Outputs
no outputs