Speed up how you review PRs filtering files based on glob pattern.
-
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
)
- Components (eg:
-
Supported pages:
- Pull requests (
github.com/org/repo/pull/*/files
) - Compare changes (
github.com/org/repo/compare/*
)
- Pull requests (
-
Share the filters using links
github.com/org/repo/pull/1/files#filter-files=PATTERN
Inspered by siggysamson's project