todmy/Valis Decision Check

Enforce your team's architectural decisions at PR time.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
valis_tokenProject-scoped Valis API token (format vls_prj_...). Store as a GitHub repository secret.yes
project_idValis project UUID. Overrides .valis.yaml when present. Optional if .valis.yaml is committed at repo root.no
baseGit base SHA for the diff. Defaults to the PR base.no${{ github.event.pull_request.base.sha }}
headGit head SHA for the diff. Defaults to the PR head.no${{ github.event.pull_request.head.sha }}
api_urlValis /api/check endpoint URL. Override for staging / self-hosted deployments.nohttps://valis.krukit.co/api/check
override_labelPR label name that grants project-admin override on block-severity violations.novalis-override
namedescription
violation_countTotal violations returned by /api/check (all severities).
block_countNumber of block-severity violations.
check_run_idGitHub Check Run ID created by this Action.
fail_open'true' if /api/check returned fail-open (budget exhausted, diff too large, LLM unavailable, etc.).