srbsa/DiffGate Review Gate
Deterministic gate for AI-edited diffs — catches deleted guardrails, grades changed lines by impact, 0 false blocks.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| version | diffgate-review npm version or dist-tag to run. | no | latest |
| node-version | Node.js version to set up before running DiffGate. | no | 24 |
| base | Base ref to diff against (e.g. origin/main). Defaults to the pull request's base branch when running on a pull_request event. | no | "" |
| fail-on | Minimum tier that fails the check (green|yellow|orange). | no | orange |
| post-review | Post an inline PR review + commit status. Requires checkout with fetch-depth: 0 and github-token. | no | true |
| github-token | Token used to post the PR review/commit status. | no | ${{ github.token }} |
| args | Extra raw arguments appended to the diffgate check command. | no | "" |
Outputs
no outputs