Skip to content
This repository has been archived by the owner on Mar 17, 2021. It is now read-only.

Latest commit

 

History

History
31 lines (21 loc) · 1.01 KB

README.md

File metadata and controls

31 lines (21 loc) · 1.01 KB

GitHub Review Filter - Chrome Extension

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

Chrome Web Store

Features

  • 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)
  • Supported pages:

    • Pull requests (github.com/org/repo/pull/*/files)
    • Compare changes (github.com/org/repo/compare/*)
  • Share the filters using links

    • github.com/org/repo/pull/1/files#filter-files=PATTERN

Preview

Filter files in PR review

Filter from PR

Share filters using links

Share links

Credits

Inspered by siggysamson's project