mirror of
https://github.com/BrenBroZAYT/dashy.git
synced 2026-06-13 16:39:59 +00:00
👷 Updates hash regex in PR size checker action
This commit is contained in:
@@ -14,7 +14,7 @@ jobs:
|
||||
with:
|
||||
repo-token: ${{ secrets.BOT_GITHUB_TOKEN }}
|
||||
pattern: './dist/**/*.{js,css,html}'
|
||||
strip-hash: '[-|.](\w{32}|\w{8})'
|
||||
strip-hash: '[-|.](\w{32}|\w{8}).'
|
||||
exclude: '{./dist/manifest.json,**/*.map,**/node_modules/**}'
|
||||
minimum-change-threshold: 100
|
||||
# Check number of lines of code added
|
||||
|
||||
Reference in New Issue
Block a user