👷 Updates hash regex in PR size checker action

This commit is contained in:
Alicia Sykes 2021-10-02 20:40:07 +01:00
parent fb8024df57
commit d4aa0eade8
1 changed files with 1 additions and 1 deletions

View File

@ -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