Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,17 @@ files before review time is spent.
It has no runtime dependencies, sends no code anywhere, and works in any Git
repository.

## Live demo

See PR Sheriff working in the
[demo repository](https://github.com/Hayal08/pr-sheriff-demo):

- [small tested change](https://github.com/Hayal08/pr-sheriff-demo/pull/1);
- [large feature without tests](https://github.com/Hayal08/pr-sheriff-demo/pull/2);
- [sensitive database migration](https://github.com/Hayal08/pr-sheriff-demo/pull/3).

![PR Sheriff reporting a sensitive migration path rule](https://raw.githubusercontent.com/Hayal08/pr-sheriff-demo/main/assets/migration-rule-report.png)

## Why PR Sheriff?

Large or sensitive pull requests consume disproportionate review time. PR
Expand Down
Loading