Skip to content

v1.0.3

Latest

Choose a tag to compare

@CoMfUcIoS CoMfUcIoS released this 10 Jun 16:57
· 7 commits to main since this release
cfd7c61

What's Changed

New: PR Review Mode (mode: pr-review)

The action now supports a pr-review mode that runs Pullminder's CI risk scoring
against pull requests. Enable it with:

- uses: pullminder/action@v1
  with:
    mode: pr-review

New inputs for this mode:

  • fail-on — minimum severity that fails the build (critical, high, medium, low)
  • fail-on-count — maximum findings before failing
  • config — path to config file
  • api-token — API token for the Pullminder platform (reserved for future use)

The existing registry mode remains the default for backward compatibility.

Fixes

  • Fixed curl SIGPIPE (exit 23) when resolving the latest CLI tag under pipefail.
  • CLI cache now busts when latest resolves to a new version by storing the concrete
    tag in the cache key instead of the literal string latest.

Changelog

  • feat(action): add mode: pr-review support
  • test(action): add pr-review mode test suite
  • fix(ci): give pr-review selftest a base branch to diff against
  • docs: sync from pullminder.com monorepo