👷 Updates hash regex in PR size checker action

This commit is contained in:
Alicia Sykes 2021-10-02 20:13:15 +01:00
parent 248b65537e
commit c830f308b0

View File

@ -14,7 +14,7 @@ jobs:
with: with:
repo-token: ${{ secrets.BOT_GITHUB_TOKEN }} repo-token: ${{ secrets.BOT_GITHUB_TOKEN }}
pattern: './dist/**/*.{js,css,html}' pattern: './dist/**/*.{js,css,html}'
strip-hash: '\\b\\w{8}\\.' strip-hash: '\b\w{8}.'
exclude: '{./dist/manifest.json,**/*.map,**/node_modules/**}' exclude: '{./dist/manifest.json,**/*.map,**/node_modules/**}'
minimum-change-threshold: 100 minimum-change-threshold: 100
# Check number of lines of code added # Check number of lines of code added