Skip to content

Commit

Permalink
👷 Updates hash regex in PR size checker action
Browse files Browse the repository at this point in the history
  • Loading branch information
Lissy93 committed Oct 2, 2021
1 parent d4aa0ea commit e8b7ee1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/get-size.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e8b7ee1

Please sign in to comment.