corvidlabs/augur gate
Deterministic change-risk gate for CI: fail when a diff's verdict reaches proceed, review, or block. No API key, no LLM.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jul 7, 2026
- License
- MIT
Pinned Snippet
uses: corvidlabs/augur@25ef933988d41c7051c7dadd4b303eb9c8d6c2e0 # 1.0.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| range | Git range to assess (e.g. origin/main..HEAD). Requires full history (checkout with fetch-depth: 0). | no | origin/main..HEAD |
| threshold | Verdict at or above which to fail the job: proceed, review, or block. | no | block |
| coverage | Optional path to a coverage report (LCOV .info, Cobertura/JaCoCo .xml, or Go .out coverprofile). | no | "" |
| working-directory | Directory to run augur in (the repository to gate). Defaults to the workspace root. | no | . |
| version | augur release to install (e.g. 0.3.0 or v0.3.0), or "latest". Defaults to the ref this action was pinned to when that is a release tag, otherwise "latest". | no | "" |
Outputs
| name | description |
|---|---|
| verdict | The computed verdict: proceed, review, or block. |
| risk | The computed risk score (0-100). |
| binary | Absolute path to the augur binary used. |