GitHub Review Filter

★★★★★
★★★★★
24 users
<
>
Kilz Max Water-Based Primer Interior White 5 Gallon
★★★★★
★★★★★
8pcs Set Israel Anointing Oils Light Of Jerusalem By Ein Gedi
★★★★★
★★★★★
it ends with us by Colleen Hoover
★★★★★
★★★★★
Vego 17" Tall 10 in 1 Modular Metal Raised Garden Bed Kit, Modern Gray
★★★★★
★★★★★
Redbubble Sofia Carson Sabrina Carpenter Pullover Hoodie
★★★★★
★★★★★
New York Times Connections Perfect! wordle Poster
★★★★★
★★★★★

Speed up how you review PRs filtering files based on glob pattern.

You can split your code review into parts based on:

- Components (eg: **/components/Header/**)
- Without tests (eg: !**/__tests__/**)
- File types (eg: *.js)
- No jest snapshot (eg: !*.snapshot)
- etc...

Also, share filters using links, example: "review my PR without tests"

Supported pages:
- Pull request
- Compare changes

Check more in https://github.com/andersonba/ github-review-filter
Related