mirror of
https://github.com/Lissy93/dashy.git
synced 2025-01-04 07:11:59 +03:00
👷 Updates hash regex in PR size checker action
This commit is contained in:
parent
248b65537e
commit
c830f308b0
2
.github/workflows/get-size.yml
vendored
2
.github/workflows/get-size.yml
vendored
@ -14,7 +14,7 @@ jobs:
|
||||
with:
|
||||
repo-token: ${{ secrets.BOT_GITHUB_TOKEN }}
|
||||
pattern: './dist/**/*.{js,css,html}'
|
||||
strip-hash: '\\b\\w{8}\\.'
|
||||
strip-hash: '\b\w{8}.'
|
||||
exclude: '{./dist/manifest.json,**/*.map,**/node_modules/**}'
|
||||
minimum-change-threshold: 100
|
||||
# Check number of lines of code added
|
||||
|
Loading…
Reference in New Issue
Block a user