Skip to content

feat: added deepFreeze to not pollute global mock data - Part 3 #4509

feat: added deepFreeze to not pollute global mock data - Part 3

feat: added deepFreeze to not pollute global mock data - Part 3 #4509

Workflow file for this run

name: PR Checks
on: [pull_request]
jobs:
size:
runs-on: ubuntu-latest
name: Label the size of PR
steps:
- uses: "pascalgn/[email protected]"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
sizes: >
{
"0": "XS",
"20": "S",
"50": "M",
"250": "L",
"800": "XL"
}