abishekgiri/ReleaseGate Change Risk Analyzer
Automated change-risk scoring and enforcement for pull requests
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jun 6, 2026
- License
- MIT
Pinned Snippet
uses: abishekgiri/change-risk-predictor-@ee599d44ccf430c033fcf87ea9051c8152b223ce # v2.2.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| repo | Repository name (owner/repo) | no | ${{ github.repository }} |
| pr | Pull Request Number | no | ${{ github.event.pull_request.number }} |
| mode | Enforcement Mode: report_only (Exit 0 always) or block (Exit 1 on failure) | no | report_only |
| token | GitHub Token for API access | no | ${{ github.token }} |
| config | Path to custom configuration file | no | releasegate.yaml |
Outputs
no outputs