PR Rigor
Version updated for https://github.com/Hassan7253/pr-rigor to version v1.1.0.
- This action is used across all versions by ? repositories.
Action Type
This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
PR Rigor is a GitHub Action that automates the repeatable first-pass checks on pull requests to ensure they are prepared for focused human review. It identifies missing context, absent tests, risky workflow permission changes, probable credential files, high-confidence secret patterns, unpinned third-party Actions, dependency changes, migrations, public API changes, generated-file noise, and oversized diffs. The action provides a detailed report with specific recovery steps for each finding, helping maintainers ensure their pull requests are ready for review without introducing new risks.
What’s Changed
What’s Changed
- docs: add maintainer note by @Hassan7253 in https://github.com/Hassan7253/pr-rigor/pull/2
- Detect unsafe pull_request_target checkouts by @Hassan7253 in https://github.com/Hassan7253/pr-rigor/pull/3
- feat: add Eval Lab and v1.1.0 evaluation infrastructure by @Hassan7253 in https://github.com/Hassan7253/pr-rigor/pull/4
New Contributors
- @Hassan7253 made their first contribution in https://github.com/Hassan7253/pr-rigor/pull/2
Full Changelog: https://github.com/Hassan7253/pr-rigor/compare/v1...v1.1.0