From 5e466a73aa0289abeb8420b6a5baf8f6a42c1af3 Mon Sep 17 00:00:00 2001 From: Nathan Arthur Date: Tue, 27 Sep 2022 15:34:12 -0400 Subject: [PATCH] don't include test files in pr size calculation --- .github/workflows/pr.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 3aa89ed8..523da5cd 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -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