From d4aa0eade89865e47c2f582e2b5369bdcb727f1b Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Sat, 2 Oct 2021 20:40:07 +0100 Subject: [PATCH] :construction_worker: Updates hash regex in PR size checker action --- .github/workflows/get-size.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/get-size.yml b/.github/workflows/get-size.yml index 1f4ba8c0..b3f62655 100644 --- a/.github/workflows/get-size.yml +++ b/.github/workflows/get-size.yml @@ -14,7 +14,7 @@ jobs: with: repo-token: ${{ secrets.BOT_GITHUB_TOKEN }} pattern: './dist/**/*.{js,css,html}' - strip-hash: '[-|.]\w{8}|\w{32}' + strip-hash: '[-|.](\w{32}|\w{8})' exclude: '{./dist/manifest.json,**/*.map,**/node_modules/**}' minimum-change-threshold: 100 # Check number of lines of code added