Skip to content

Commit

Permalink
Merge pull request #87 from TaskRatchet/pr-size
Browse files Browse the repository at this point in the history
don't include test files in pr size calculation
  • Loading branch information
narthur authored Sep 27, 2022
2 parents df8b3ef + 5e466a7 commit 85fac4a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,5 @@ jobs:
warningMessage: ':warning: PR has more than **{allowed} additions**. Consider splitting it into smaller PRs.'
excludePaths: |
pnpm-lock.yaml
**/*.spec.ts
**/*.spec.tsx

1 comment on commit 85fac4a

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.