Skip to content

Bump webpack from 5.75.0 to 5.95.0 #4

Bump webpack from 5.75.0 to 5.95.0

Bump webpack from 5.75.0 to 5.95.0 #4

Workflow file for this run

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