Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[AC-2941] ci: add pr-size-diff workflow #294

Merged
merged 7 commits into from
Jul 1, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
ci: update strip-hash
  • Loading branch information
bang9 committed Jul 1, 2024
commit 16a502d97b9d97f920e1cd54866a08ffb4ac7716
2 changes: 1 addition & 1 deletion .github/workflows/pr-size-diff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ jobs:
with:
pattern: "./dist/**/*.{js,css}"
exclude: "{**/*.d.ts,**/node_modules/**}"
strip-hash: "__bundle-\\d+-([a-zA-Z0-9_-]{8})\\.js$"
strip-hash: "\\w+-([a-zA-Z0-9_-]{8})\\.js$"