What it is
A GitHub Action that labels new issues and pull requests only when confident, otherwise abstains. For maintainers who want calibrated triage without noisy false positives.
How it uses Jev
Jev answers four typed questions per issue: label (one of your labels or none), spam (yes/no), needs more info (yes/no), duplicate (yes/no). Each returns a probability and confidence; labels are applied only if both clear your thresholds.
Primitives:choicescore
Technique worth stealing
Set thresholds and label descriptions so the model abstains below the line, keeping silence as the default.
Try it
npx hush-triage owner/repo with TYPESAFE_API_KEY set, or use the GitHub Action with apply: false.
Evidence
Each line is one question put to Jev about the README. ≥ 0.60 reads as yes, ≤ 0.40 as no; in between Jev is not making a call.
- Jev-centricno0.23
- Shows a System One patternyes0.82
- Handles uncertaintyyes0.87
- Measuredunclear0.50
- Runnableyes0.97
- Worth recommendingno0.13
- Model replicano0.25
- Problem scopescore on a 0–2 scale1.91
- About Jevyes0.96
Signals by Jev jev-1.13.0, card written by DeepSeek V4.1 Flash from the README on 20 Sept 2026.